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

Validator tooltips like jquerytools

2 Answers 93 Views
Validation
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 24 Apr 2012, 09:04 PM
Please see here: http://jquerytools.org/demos/tooltip/form.html 

Is this possible?

Basically they don't push anything. They float over top of the element that they are bound to, and will recognize the side of the window and move to the other side or wrap if necessary.

This is highly desirable because the current default (and asp.net's default) is to push content based on wherever it's placed, which looks pretty bad in the majority of cases.

Alternatively, can I disable the tooltips, and create my own on an event?

Thanks!

2 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 27 Apr 2012, 08:57 AM
Hi,

You can achieve the same effect using absolute positioning with CSS. 

Greetings,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
James
Top achievements
Rank 1
answered on 27 Apr 2012, 01:34 PM
How about a sample that works generically in all cases so that I don't have to implement it specifically for every control?
Tags
Validation
Asked by
James
Top achievements
Rank 1
Answers by
Petyo
Telerik team
James
Top achievements
Rank 1
Share this question
or