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

How to programatically uncheck the Select All checkbox

1 Answer 208 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Todd Davis
Top achievements
Rank 1
Todd Davis asked on 26 Apr 2010, 04:50 PM
I have a RadGridView that has a GridViewSelectColumn as it's first column. The situation is this:

  • The checkbox in the header section (Select/UnSelect All) is checked, selecting all rows
  • The data in the grid changes in such a way that I no longer want everything selected, so I want to make sure that the checkbox in the header is unchecked as well.

How do I access that value of that checkbox and uncheck it?


1 Answer, 1 is accepted

Sort by
0
Todd Davis
Top achievements
Rank 1
answered on 26 Apr 2010, 06:46 PM
Never mind... I found that simply using the UnSelectAll() function accomplished what I wanted.
Tags
GridView
Asked by
Todd Davis
Top achievements
Rank 1
Answers by
Todd Davis
Top achievements
Rank 1
Share this question
or