Unplanned
Last Updated: 26 Feb 2020 15:06 by ADMIN
kaan
Created on: 25 Dec 2019 11:34
Category: Spreadsheet
Type: Feature Request
0
spreadsheet validation trigger manually

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.

3 comments
ADMIN
Misho
Posted on: 27 Dec 2019 08:05

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
kaan
Posted on: 26 Dec 2019 08:36

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();
and want to see not valid cells in spreadsheet.
ADMIN
Misho
Posted on: 26 Dec 2019 07:51

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.