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
3045
How to use ErrorProvider in a derived UltraTextEditor control in UltraGrid?
posted

My datasource doesn't support IDataErrorInfo, so I decided to just programmatically code for displaying the error icon through the use of ErrorProvider. I created a control derived from UltraTextEditor and added ErrorProvider to it. Standalone the error icon shows, but if I embed the control to a grid the error icon doesn't show. I just need the error icon on the actual cell I'm editing.

Any ideas? Or is there a better way to achieve what I want?