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
1265
CellDataError Event Called Multiple Times for One Error
posted

I have an ultragrid with one of the columns having a valuelist of all employees.  I set the column style to DropDownValidate (since I want AutoComplete but do not want the user to add values that aren't in the list).  I wanted to capture the CellDataError event and put my own messagebox instead of the generic one, but I noticed that the event fires multiple times for one error, thereby displaying multiple error messageboxes in a row. 

Do you know why this would be happening and how to prevent it so that it is only called once?

Thank you for your assistance,
~Kelly

Parents Reply Children
No Data