Hello,
Is is possible to trigger validation in cells in spreadsheet control? I want to make all validation controls with a button click outside the spreadsheet control.
Hi,
Currently triggering validation in spreadsheet manually is not supported. I'm converting this thread into a feature request so it will be visible and available for voting in our feedback portal. You could observe its status and vote for raising its priority on the following link:
https://feedback.telerik.com/kendo-jquery-ui/1447321-spreadsheet-validation-trigger-manually
Best Regards,
Misho
Progress Telerik
Hello,
thanks for reply, but we do not need to set or remove validation.
I guess, i have written a little wrongly at my previous message.
Actually we want to trigger spreadsheet' s validations manually.
for example; we have set some validations to spreadsheet cell, and want to trigger that validation checks manually.
somethings like;
spreadsheet1.validate(); spreadsheet1.validateAllCells();
Hello,
You could set/remove the validation of certain range dynamically for example with a button click by using the validation method. Here is an example:
https://dojo.telerik.com/UQUTEvOl/4
I hope this helps.
In addition you may find the following demo about basic usage of Validator useful:
https://demos.telerik.com/kendo-ui/validator/index
Best Regards,
Misho
Progress Telerik