Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
Event lost in chain of actions when After cell update in ultra wingrid happens
posted

Hi,

I have a validation message that appears when user edits a cell for example when user enters a -ve value and then wants to apply the change. The apply event does not happen when the validation message occurs. focus seems to be lost for the next event to occur.

Steps

Edits cell to -ve value , then he clicks a save button , control goes through the AfterCellUpdate event , a validation is checked and if value is -ve a message with OK button is popped up. User clicks OK , now the control does not go back to the save click and the change is lost. this situation happens only when the validation occurs. 

Should i be using some other event to track this validation. Any suggestions and tips would be really helpful.

Thanks,

keerti