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
1179
IDataErrorInfo called on mouse over
posted

Hi,

We recently had an issue reported about on of our apps running under citrix. The symptom was that if the app was minimised then maximised then the ribbon was blank. Only happened on one screen. We traced the problem to the listobject's IDataErrorInfo.Error setting a  property on the underlying entity, causing validation to fire, rinse and repeat. After fixing this though, I noticed the method was still being called very frequently, particularly when the mouse moved over the grid, triggering a repaint which eventually called the Error method. Is this intentional behaviour, and if so why? Is there any property I can set to manually control when validation takes place

Thanks,

Kevin

Parents Reply Children
No Data