(Notes for the OP):
The original databinding problem is not so much an issue as getting the RowIndex when the checkbox is changed.
hmm.... I have tried adding onRowCommand="MyDataGrid_E
It does not seem like I can pass the RowIndex on the CheckBox_CheckedChanged event.
Is there some event within the GridView that I can get to fire when a checkbox located in a template is checked?
I've tried -
OnRowCommand
OnRowEditing
OnRowUpdating
With no luck.
Thanks
Main Topics
Browse All Topics





by: sabevPosted on 2009-07-15 at 12:22:24ID: 24863062
Or, if when CheckBox_CheckedChanged event is fired, if I could determine the row of the GridView the checkbox is in, that would be even better. It should have some parent and location information, shouldn't it?
thanks