This question is locked. New answers and comments are not allowed.
hi,
I'm working in SL 4 application with telerik grid view control.
I'm working in SL 4 application with telerik grid view control.
When creating GridViewDataColumn columns with both CellEditTemplates and CellTemplate created manually, the order of events from the GridView appears wrong. The expected behavior is that when tabbing from the last column, the events should occur as follows:
The control in the last cell has its value set
The RowValidating event fires
The RowValidated event fires
The RowEditEnded event fires.
The control in the last cell has its value set
This results in the row validating and saving (in our system) prior to the last cell's value being set.
Can anyone help me. Useful solutions will be greatly appreciated.
Thanks
chendhil