How to add a Select All checkbox to igGrid column header?
Thanks
Hello spimichael,
You can use igGridRowSelectors feature to accomplish this functionality.
Here you can see Row Selectors feature in action:
http://samples.infragistics.com/jquery/grid/row-selectors-with-checkboxes
Here you can find our topics on Row Selectors:
http://help.infragistics.com/NetAdvantage/jQuery/Current/CLR4.0?page=igGrid_Row_Selectors.html
and here is the API of Row Selectors feature:
http://help.infragistics.com/jQuery/2011.2/ui.iggridrowselectors
Hope this helps,
Martin Pavlov,
Infragistics, Inc.
Hi Martin,
I have 4 check box column like "developer", "Tester".. in the iggrid. I do want to give the select/deselect all check boxes in all the 4 column header. I have given the check boxes as editable. If the (select all)check box is selected, then the all the check boxes under the columns should be edited. Please let us know how to do it?
Thanks in advance.