Saturday, January 23, 2016

we can visible or hide the validation using (ONLYIF) - Condition in DTO

Dear ,
I found something which helps us to visible or hide validation, below I attached reference same and link

this.enable = ko.observable(true);
this.required = ko.observable().extend({ required: { onlyIf: enable } });





Thanks & Regards

Riyaz

No comments:

Post a Comment