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

Need notification that GridViewBooleanColumn value has changed

1 Answer 74 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nordy
Top achievements
Rank 1
Nordy asked on 02 Jul 2008, 10:03 PM
I need to be notified when a user sets or clears the checkbox in a GridViewCheckboxColumn, as I need to enact logic based on whether the user has checked any rows or not, and I'm not seeing any good resources on how to do this.  Or, is there a property that I'm not seeing that will allow me to get the count of checked rows?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Julian Benkov
Telerik team
answered on 04 Jul 2008, 01:54 PM
Hi Jamie,

We have found a problem related to CheckBoxColumn, its editor and the edit/update operation. The right scenario for this operation is to handle RowsChanged event, but currently the event does not fire when you make changes to checkbox cell.

The fix will be available for Q2 release planned for end of the month.

Currently you can use as workaround the CellEndEdit event of RadGridView.

Sorry for the inconvenience and thank you for the feedback. If you have additional questions, please contact us.

Kind regards,
Julian Benkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Nordy
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or