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

Just the overlay?

1 Answer 427 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Charles
Top achievements
Rank 1
Charles asked on 09 Jan 2013, 03:22 PM
Is there a way to use just the Kendo UI overlay without a window or progress bar?

Thanks,
Charles

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 11 Jan 2013, 02:33 PM
Hello Charles,

The overlay is actually a HTML <div> element with class .k-overlay and you can use it. For example: 

$("<div class='k-overlay'></div>").appendTo($(document.body));

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Charles
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or