Hi,
I am hooking the CellsChanged event of a grid control and noticing that the SavedCellsInfo seems to be null always. Am I doing something wrong, or should I not be using this event? If the latter is the case, what event should I hook in order to record changes to grid cells?
Thanks,
Jarrod
AD
Administrator
Syncfusion Team
February 16, 2005 07:20 PM UTC
Try the SaveCellInfo event. The e.Style.CellValue should hold teh value for the cell whose value is being set at e.RowIndex and e.ColIndex.
JA
Jarrod
February 16, 2005 08:46 PM UTC
Thanks, this seems to work fine.
- Jarrod