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
565
how to clear the rowerror icon when cell value is valid?
posted

Hi,  I wrote validation function to validate WinGrid values. When there is any invalid value, I set up RowError and SetColumnError. The error icon showed up correctly.  However, after I corrected the value, the error icon is still there. How can I remove the error icon on column and row when cell value is valid?  thanks.

Parents
  • 469350
    Offline posted

    If you applied an error to the data source, then you just need to clear the error. If I recall correctly, the way to do is on the DataSet/DataTable is to call SetColmunError and pass in null.

Reply Children