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
  • 469350
    Offline posted

    Hi Kelly,

    I am not aware of any reason why the evert would fire twice, unless there are two errors. Can you duplicate this behavior in a small sample project? What kind of error are you getting? What are you doing in the Error and/or CellDataError events of the grid? 

Reply Children