Hello
I noticed on the forums that by design the OnCellChanged event does not capture all changes that are made to a profgrid. I am trying to capture when the data is changed in the grid to enable / disable the save facility on my menu. I have noticed that if a cell is cut and pasted to a different cell the OnCellChanged is not called, I also noticed there is an oncut and an onpaste event, do I need to watch all these events or is there a simplier way to check if the profgrid has been changed in any way by the user, not really interested in checking programmatic changes.
Thanks
Jake