Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Making changes in RowEditTemplate does not update grid
posted

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.

Parents
No Data
Reply
  • 20872
    Offline posted

    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.

     

     

Children
No Data