This is a migrated thread and some comments may be shown as answers.

[Solved] unselect "all" checkbox in header when a checkbox in item rows is unchecked

1 Answer 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sf
Top achievements
Rank 1
sf asked on 17 Aug 2009, 04:12 AM
I have a "selectitem" checkbox  column and a "selectALL" checkbox in the column header.
When I unselect a checkbox in a item row I want to locate and unselect "selectALL" checkbox in header. 

How can I locate the "selectAll" checkbox in header? please help.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 17 Aug 2009, 05:08 AM
Hello,

Check out the following code library submission which explains with an application on how to uncheck  the "Select All" checkbox in the header of the grid if a checkbox in any of the rows in the grid is unchecked using the Grid's RowSelected/RowDeselected client events.
GridClientSelectColumn -- (un)check "Select All" check box automatically

Thanks
Princy.

Tags
Grid
Asked by
sf
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or