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

Weird warning icon shows up

3 Answers 145 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
MiroslavStantic
Top achievements
Rank 1
Iron
MiroslavStantic asked on 26 Nov 2014, 04:13 PM
Hi,

I am using multiselect along with other controls on the form.
When submitting a form I get weird icon inside the multiselect (see attached screen shot)
If I remove validator initialization script from document.ready function (turn off valdation)  this icon does not show.

What should I do? Do you have an example with multiselect with other controls in the form and validation?

Thanks

Miroslav

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 28 Nov 2014, 08:11 AM
Hello Miroslav,

I guess you have some validation applied on the widget that is adding the "!". Can you please give us a sample that reproduces the issue, so we can take a look and advise you further and see what exactly is wrong?

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
MiroslavStantic
Top achievements
Rank 1
Iron
answered on 29 Dec 2014, 11:58 AM
There seems to be a problem with textarea controls.

On the same form I have few input controls that are required and a couple of textarea controls that are not.
Validator is not letting me to submit the form if textarea left empty. I get that same icon there (see attached screen shot).

What should I do to mark textarea controls not to be validated by kendo validator?

Thanks

Miroslav
0
Dimo
Telerik team
answered on 30 Dec 2014, 12:09 PM
Hi Miroslav,

The Kendo UI Validator will validate only form fields, which are explicitly configured for this, via HTML attributes.

http://dojo.telerik.com/igaJo

Please check your code and send a runnable example if you can't track down the cause of the unexpected behavior.

http://docs.telerik.com/kendo-ui/framework/validator/overview

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
MultiSelect
Asked by
MiroslavStantic
Top achievements
Rank 1
Iron
Answers by
Kiril Nikolov
Telerik team
MiroslavStantic
Top achievements
Rank 1
Iron
Dimo
Telerik team
Share this question
or