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
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.