Prevent a property from changing
Hi,
Is there any way for the on...Changing method code to prevent the new value from being applied to the property?
something like in the event methods?
eg. when user moves to another grid row/col, send a sync request to the server; if server disagrees, stay on the same row/col.
Thanks,
Is there any way for the on...Changing method code to prevent the new value from being applied to the property?
something like in the event methods?
return true;
eg. when user moves to another grid row/col, send a sync request to the server; if server disagrees, stay on the same row/col.
Thanks,
Thierry Nivelet (http://FoxInCloud.com/)
January 2,