We are using Kendo UI Controls and its Validations.
Now the problem is the Kendo validations are not working in manner like MVC validations.
I want to know how to get kendo validation working like the way Classic MVC validations works.
Following is the scenario which I would like to achieve by either of ways.
--- Kendo UI Validation raise popup beneath the controls whenever validations occurs. And I don't want required field error message like tool tip or popup.
I want to have simple red border around the control (drop-down list or text box) if I m not selecting any item from drop-down list and submit the button.
So I want to avoid that popup/tooltip situation whenever validations fires.
Now the problem is the Kendo validations are not working in manner like MVC validations.
I want to know how to get kendo validation working like the way Classic MVC validations works.
Following is the scenario which I would like to achieve by either of ways.
--- Kendo UI Validation raise popup beneath the controls whenever validations occurs. And I don't want required field error message like tool tip or popup.
I want to have simple red border around the control (drop-down list or text box) if I m not selecting any item from drop-down list and submit the button.
So I want to avoid that popup/tooltip situation whenever validations fires.