Hi,
I have an aspxGridview in which there is aspxcheckbox. Druing the
OnCheckedChanged event, I identify the row using visible index and perform some db operations. This grid also has filtering enabled. My issue is that, if the grid is not filtered, when checking/unchecking the checkbox, the OnCheckedChanged event is fired. But when I apply some filtering by entering some text in the "Name" column, the OnCheckedChanged does not fire (at times). Can you please give me some inputs regarding this? Also an example similar to this would be most helpful.
This thread doesn't help me : http://www.devexpress.com/Support/Center/p/Q308425.aspx
steps to reproduce
- add aspxgridview to page inside update panel
- bind it
- add item template and add aspxcheckbox to it binding it to column
- now filter aspxgridview row with some value and check the check box
The chkChanged event doesnt fire first time. You have to uncheck it and check it again to fire event
Let me know.
Thanks,
Nihir