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
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.
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