Hi,
I have a RadGridView that is populated by dynamic SQL. When I click a checkbox field and click 'Save' the checkbox reverts back to off. Any ideas ?
Thanks,
Derek.
2 Answers, 1 is accepted
0
Accepted
Nikolay
Telerik team
answered on 14 Nov 2008, 11:28 AM
Hello Derek,
You are correct. When you check/uncheck a RadCheckBoxEditor and right after that click the Save button, (without selecting other row first) the value is not persisted. In order to workaround this behavior, please call the EndEdit() method of RadGridView: