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
990
How to show modified cells in wingrid
posted

Hi!

I have a wingrid that is bound to datasource. When there is many rows, users sometimes forget which cell values they modified (they can save data with Ctrl-S after modifying many rows and many cells)

Is there a way to show at the user that a cell value is modified, like a background color change, a little image in the corner of the cell or something like that ?

Thanks

Benoit

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Benoit, 

    There's nothing like this built-in to the grid. The grid doesn't track changes for anything other than the current row.

    But you could easily handle this in the InitializeRow event of the grid and apply an appearance based on the current state of the cell/row in your data source.

Children
No Data