Completed
Last Updated: 28 May 2021 08:47 by ADMIN
Danny
Created on: 26 Sep 2012 14:34
Category: Kendo UI for jQuery
Type: Feature Request
28
Add callback hooks into the validation framework to get success/fail on a per-input level
Validation framework is great, but too much of a black-box.  No way to understand what failed.  For example, try using a bootstrap styled form, and have kendo validate and add/remove bootstrap error/OK styles from parent elements using onblur.
2 comments
ADMIN
Angel Petrov
Posted on: 28 May 2021 08:47

Hello,

The Kendo Validator has a validate event which can be used to get the errors caused by the validation. Once obtained they can be displayed anywhere suitable. In general the validator displays them below the inputs as you can see from this demo.

Regards,
Angel Petrov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Danny
Posted on: 26 Sep 2012 14:35
Sorry - "Add callback..."