I use a common form to bind data objects to. I also perform validation on this form. If I validate the form through a submit and it fails (validate() returns false), I close the window and then rebind with the same or a different object (from a grid or some datasource). When the window comes back up, the validator messages are still there from the last failed submit. I need a way to clear them. I could call validate on the rebind, but I want to clear them, not reevaluate them (as there could be some that come up...especially when adding a new item with no data in it).
Hi all,
The Kendo UI Validator now has a hideMessages method:
https://docs.telerik.com/kendo-ui/api/javascript/ui/validator/methods/hidemessages
Regards,
Dimo
Progress Telerik
I have a dropbox with different items and various other inputs with validation. When selecting a specific item in the dropbox I deactivate one of the other inputs. If the input is active and validation has failed I see the error message. Now I select the specific item in the dropbox, the input gets deactivated but the error message is still visible. There are plenty of scenarios where this would be a great addition.