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
275
Regarding multiple error message when adding/editing row
posted
  • Hello sir/mam ,

I am facing one issue i.e if I have a checkbox for a row on check of which a column become textbox/combobox. So, in starting if there was one error in that column and user checks the checkbox it becomes textbox. Then one more error is coming for text field but the previous is not removed. Apart from this , I am also facing issues like multiple error message for different columns in a row are coming at once sometime. Could you please help me with this 

Thanks and regards 

Rohit Rawat 

  • 0
    Offline posted

    It looks like your issue is related to how validation messages are handled when the column switches between display and input modes. Make sure you clear or reset the previous validation errors before applying new ones when the checkbox toggles the field to textbox/combobox. Also, ensure each field has its own validation logic tied to the correct control state, so that multiple errors from different columns don’t stack incorrectly. Centralizing validation and triggering it only for the active control in that row should fix the problem.

  • 240
    Offline posted

    Hello Rohit,

    Thank you for reaching out.

    In order to better understand the issue you're experiencing, could you please provide a minified, working sample (zipped) that focuses solely on reproducing the behavior you described? This will help me take a closer look at the problem in isolation.

    Once I have a reproducible example, I’ll review it and get back to you accordingly.

    Best regards,
    Arkan Ahmedov
    Infragistics