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

modal tooltip with calendar

5 Answers 162 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 2
Steve asked on 26 Mar 2008, 02:28 PM
Hi,
I just noticed another problem with calendar inside a modal tooltip with the calendar control.  When the calendar popup opens and I start scrolling the page up or down, the calendar selection window doesn't move with the scrolling and is stuck in one place (original render position).  In firefox it's even worse - if I am scrolled down when I open the tooltip and then try to open the calendar I can't even see the calendar popup because it renders off the current visible area (seems like it doesn't take scroll position into account when rendering).

See this for the problem in IE http://www.flickr.com/photos/25041241@N04/2364147648/

5 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 31 Mar 2008, 02:20 PM
Hi Marek Karbarz,

I already answered your other ticket and for your convenience I place the answer below:

Yes, this problem is due to RadToolTip's z-index being bigger than the z-index of the RadDatePicker as you have found out yourself. You should set a new, proper z-index to the RadDatePicker control and you should do this by javascript means because the particular element gets visible only after the popup button is clicked.

I prepared a sample project which demonstrates the desired behavior and appearance - you can find it in the attached archive file.

Regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Eugene Rupakov
Top achievements
Rank 1
answered on 26 Jun 2008, 12:00 PM
Yes it works. But what about MonthYearFastNavigation ??? It doesn't work and it has same problem!!!

0
Svetlina Anati
Telerik team
answered on 30 Jun 2008, 02:57 PM
Hello Eugene,

I tested the MonthYear fast navigation of RadDatePicker in a modal RadToolTip in the test project which I attached in my previous post and it worked as expected on my side. Please examine the .html file in attached video capture.

In case your problem persists, please open a new support ticket and send me a sample, fully working reproduction demo. Once I receive it, I will do my best to help.


Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Gabriel Beauchamp
Top achievements
Rank 2
answered on 30 Jun 2008, 04:48 PM
Your video does not even show the fast navigation menu.

The problem arises when you click on the month, you get another popup that allows you to quickly navigate through the years and month. That menu is hidden behind the tooltip.

Thanks,
0
Svetlina Anati
Telerik team
answered on 02 Jul 2008, 01:14 PM
Hello Gabriel,

Please, accept my sincere apologies for the misunderstanding. I suggest to upgrade to the latest version of RadControls, Q12008, SP2, namely 2008.1 619 in case you are not using it. After that, you can achieve the desired behavior by adding the following CSS style, in order to override the RadToolTip's z-index:

#RadToolTipWrapper_[Your_ToolTip_ClientID]  
 {  
   z-index: 4999 !important;  
 } 

Please, note that you should use the RadToolTip's ClientID in order to apply the setting correctly.

In case you are using the RadToolTipManager control, you can set the proper z-index by using its style attribute as explained here.



All the best,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Steve
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Eugene Rupakov
Top achievements
Rank 1
Gabriel Beauchamp
Top achievements
Rank 2
Share this question
or