Setting Row header column to Queried/Modified/Deleled/Added

Is there an easy way to set header column text Q/M/U/A as the user enters data in to a databound grid. Thanks

1 Reply

AD Administrator Syncfusion Team October 7, 2003 07:08 PM UTC

You could handle RowSaved, RowEditing or RowsDeleted events to keep track of changes (or maybe also SaveCellInfo and various CurrentCell events). The display text of the column headers can be adjusted by handling the PrepareViewStyleInfo event and setting style.Text. To force repaint the column header call grid.InvalidateRange. Stefan

Loader.
Up arrow icon