Hi,
I have a grid with RowEditTemplate. Each time I edit a cell value (via GridCellProxy) and change focus to another control on RET, the cell is updated automatically. My requirement is the grid is only updated when I select Save button. I haven't found solution yet, so could you please tell me some idea? Thank you.
Hello,
Could you please check what is the current UpdateMode of your UltraGrid and please set it to OnRowChange , so if you cancel the UltraGridRowEditTemplate at some point it will revert your initial values of the cells.
The proxy controls are just controls that are bound to the same data source as the grid, and when they send a notification that their values have changed, the local data source gets updated immediately, just as it would if you were binding to a TextBox or any other standalone control.
Sincerely,
Danko Valkov
Developer Support Engineer
Infragistics, Inc.