I'd like to use the IgGrid in such a way that the user can select multiple rows by checking checkboxes in a column in the grid. The column would be unrelated to any data in the datasource, it's only there for selecting rows.
I'm assuming I'm going to have to roll my own on this, but just thought I'd throw it out there in case the work has already been done for me.
Hi Josh,Take a closer look at the igGrid's samples in the Samples Browser and don't be so easily discouraged ;).To be specific, I mean that you can have a look at: http://samples.infragistics.com/jquery/grid/row-selectors-with-checkboxesAlso, if I've understood you correctly, you wish to select rows only by using the checkboxes of the row selectors - the good thing is that there's a special option for that: requireSelection.More info on it and all other RowSelector options can be found at http://help.infragistics.com/jQuery/2012.1/ui.iggridrowselectors#optionsLet us know if this will work out for you.Cheers!
Thanks Boris! Looks to be exactly what I need! You guys should really consider putting all your documentation in one place, on one subdomain, it's really spread out.