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