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

Changing k-callout arrow and margin of validation messages?

1 Answer 376 Views
Validation
This is a migrated thread and some comments may be shown as answers.
Erik
Top achievements
Rank 1
Erik asked on 06 Aug 2012, 01:42 PM
Hey,

Is there an easy way to change the direction of the k-callout-n arrow on the validation message, or to remove it entirely?

Any help would be greatly appreciated!

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 09 Aug 2012, 08:48 AM
Hello Erik,

You can change the direction of the k-callout arrow by modifying the element classes with jQuery. The direction is determined by one of the following classes:
k-callout-n //up
k-callout-w //left
k-callout-s //down
k-callout-e //right

If you remove the direction class entirely the arrow will not be visible.
<div class="k-callout k-callout-s"></div>
<!-- no arrow -->
<div class="k-callout"></div>

I hope this will help.

Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Validation
Asked by
Erik
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or