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

Fast Navigation Problem

1 Answer 57 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 09 Sep 2008, 12:03 PM
Hello all!

I have placed multiview calendar in ToolTipManager dynamically (I have to do it in this way).  On clicking on calendar's title I get popup with fast navigation behind the calendar/tooltip. I checked the style of popup and tooltip. And I found that ToolTip has z-index:8000 and popup has z-index:5000.
What have I do to change the z-index?

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 09 Sep 2008, 12:13 PM
Hello Michael,

The problem you are facing is caused by the Z-index of RadCalendar, which is smaller that the ToolTip index. In order to have the application working properly use the following:
 
<script type="text/javascript"
 
function pageLoad() 
Telerik.Web.UI.Calendar.Popup.zIndex = 10000000
</script> 



Greetings,
Plamen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Michael
Top achievements
Rank 1
Answers by
Missing User
Share this question
or