This is a migrated thread and some comments may be shown as answers.

Disable Kendo Validation In ListView

1 Answer 170 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 01 Mar 2018, 07:58 PM
Is it possible to disable the built in Kendo validation when editing a Kendo ListView and only use the unobtrusive jQuery validation?  I've got a bunch of custom validation attributes already built and implemented using jQuery validation and it seems redundant to have to re-implement them using the Kendo validation format.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 05 Mar 2018, 11:26 AM
Hello, Michael,

The automatic Kendo UI validation is based on the model which is bound to the ListView.

The validation could be disabled by programmatically modifying its behavior on the edit event of the ListView.

A similar approach is shown in this forum thread in the last response:

https://www.telerik.com/forums/disable-automatic-validation

I hope this is helpful.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or