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
80
UltraWinGrid and IDataErrorInfo
posted

We have an UltraWinGrid that is bound to a data source that implements the IDataErrorInfo interface.  The SupportDataErrorInfo property is set to RowsOnly.  When the Error property on the data source is set it is not immediately reflected in the grid.  However, as soon as the ActiveRow changes the error icon on the grid row is displayed.  Is there a way to make the error icon show up immediately?