In one column of my RadGrid I use a checkbox for filtering.
When I check this checkbox all checkboxes in this column should be checked, when I uncheck this checkbox all checkboxes in this column should be unchecked.
I use the event CheckedChanged, but this event fires only If I check the checkbox but not wehn I uncheck the checkbox?
What is wrong?
Christian
When I check this checkbox all checkboxes in this column should be checked, when I uncheck this checkbox all checkboxes in this column should be unchecked.
I use the event CheckedChanged, but this event fires only If I check the checkbox but not wehn I uncheck the checkbox?
What is wrong?
Christian