Event aborting edit operation |
Post Reply |
Author | |
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
Posted: 14 June 2006 at 3:26pm |
Hello,
Is there a solution to know when exiting an edit inplace operation when edition is aborted.
BeforeEditOperation Event fires in the beginning of edit operation, and EventAdded, EventChanged, EventDeleted fire at the end of editing when some change is made, but when there is no change, I don't find any event to use, indicating the end of editing mode.
Unfortunatly, I need this event to prevent a refreshing of the control during edition.
Any advice will be welcome ...
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
After finishing subject editing (commit or cancel) the calendar is populated. Try to use PrePopulate event. EventAdded, EventChanged, EventDeleted - fired before PrePopulate when editing is commited. When editing is canceled only PrePopulate fired. ps: in further versions we'll probably add a specific event... -- WBR, Serge |
|
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
|
Hello,
Unfortunatly, it seems that PrePopulate Event doesn't fire when editing is canceled.
I think adding this specific event in the next version is a good idea.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |