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
3166
CellDataError event or Error evnt
posted

In the CellDataError event there is no context information like which cell had an error. In the event handler I can set the properties to override the default behaviour. But that would only work if I want the same behaviour always.

And then there is Error event which provides context. I don't know what would be the drawback of using 'Error' event over 'CellDataError' event.