I am trying to add an icon to the RowHeader to indicate the row status (added, deleted, unchanged, etc).
A couple of questions:
Form the body of the program (not an event)
1. Is there a way to access the RowHeader CellInfo for a specific (RowIndex) row or for any cell for that matter?
2. Is there a way to trigger an DrawCell event for a specific cell or row?
Thanks