i am taking help of this example: http://mleibman.github.com/SlickGrid/examples/example-checkbox-row-select.html and add a checkbox column to my grid and assign unique_id value of my record to the id of checkbox column i am getting checked columns number using grid.getSelectedRows();
it gives me a index number of row. how can i get id of this selected rows in slickgrid? please help me if anyone have any idea.
-
Maybe this answer: stackoverflow.com/questions/7944325/… will help You.matma– matma2012-04-04 07:43:15 +00:00Commented Apr 4, 2012 at 7:43
-
I have one problem when i am selecting row first time & then use grid.getSelectedRows(); it will give me correct answer but after deselecting previous one and selecting new row it will give me previous data + new data how can i solve thispriyanka patel– priyanka patel2012-04-21 07:08:10 +00:00Commented Apr 21, 2012 at 7:08
-
@priyankapatel i m facing the simlir problem as u mention in last comment......how u solved it??Priyank Patel– Priyank Patel2012-06-04 09:34:19 +00:00Commented Jun 4, 2012 at 9:34
Add a comment
|