We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon