Grid - Pre Sale Questions
OnCellChanged
Thread Starter: Jakem Schott Started: 10/12/2007 1:55 AM UTC
Replies: 1
OnCellChanged


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

Re: OnCellChanged
Hello Jakem:

I noticed on the forums that by design the OnCellChanged event does not capture all changes that are made to a profgrid.

The OnCellChanged event occurs when the user has made some changes in the text of the inplace editor and is finishing editing.

I also noticed there is an oncut and an onpaste event, do I need to watch all these events

Yes.


-Nicholas