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
255
UltraGrid - How to reset cell OriginalValue
posted

Hi

I have an UltraGrid bound to a DataTable where each column can be saved individually. Is there any way that after a succesful Save operation I can reset the OriginalValue of each cell in that column to whatever the (current) Value is?

Thanks

Parents
No Data
Reply
  • 469350
    Offline posted

    I don't really understand what you mean. The grid will display whatever data exists in it's DataSource. There is no way to do anything else.

    You cannot set the "OriginalValue" on a cell, this property is handled internally by the grid.

Children