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

radschedulerrecurrenceeditor Calender & RadScheduler Calender Tooltip

14 Answers 189 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hiren
Top achievements
Rank 1
Hiren asked on 06 Jan 2012, 04:45 PM
Hi,

We need workaround for to most clinical issues

Issue 1: How to change FastNavigationStep to 12 for radschedulerrecurrenceeditor End by Calender.

Issue 2: RadToolTipManager with RadScheduler. RadScheduler Calender is showing two tool tips after clicked on fastnavigationbuttion.

check the attached screen shots for the same.

Please let us provide the solution ASAP.
  
thanks in advance.

14 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Jan 2012, 10:21 AM
Hello Hiren,

1. You can access controls in the advanced form and set their properties by handling FormCreated. Here are a help topic and a kb article for more details. To access the embedded RadCalendar in the header, please use this help topic.

2. As for the tooltip issue, I couldn't replicate it with the online demos. . Here is a video capture of our tests - http://screencast.com/t/LPkc68cyIvyQ. Are ther any details around your implementation that we should be aware of?

Greetings,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Hiren
Top achievements
Rank 1
answered on 09 Jan 2012, 11:10 AM
Hi,

For Issue 1:  How to change FastNavigationStep to 12 for radschedulerrecurrenceeditor End by Calender. 
Here we are not using advance form. We are showing ASPX page in rad window. 

For Issue 2: RadToolTipManager with RadScheduler. RadScheduler Calender is showing two tool tips after clicked on fastnavigationbuttion. 

I ahve gone through your video. in this video my scenario is missing. Please press on fast navigation button ">>" then check surely you will find 2 tool tips.

Please let us give Solutions for my scenario ASAP.


0
Hiren
Top achievements
Rank 1
answered on 10 Jan 2012, 07:06 AM
Hi Peter  ,

We have got solution for issue 1 

Please let us know solution for issue 2. RadToolTipManager with RadScheduler. RadScheduler Calender is showing two tool tips after clicked on fastnavigationbuttion. 

0
Peter
Telerik team
answered on 10 Jan 2012, 04:09 PM
Hi,

I still cannot replicate this problem with the online demos - http://screencast.com/t/OmtYXhOy5qp.
 
Let me know if I am still missing something.

Regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Hiren
Top achievements
Rank 1
answered on 11 Jan 2012, 08:31 AM
Hi Peter,

I ahve gone through your video. in this video my scenario is missing again. 

i have created a small example and capture video for this issue please check the attached Video.

thanks for your support.


http://www.screencast.com/t/qamJSBB0r
0
Peter
Telerik team
answered on 11 Jan 2012, 11:43 AM
Hi Hiren,

We see what the problem is now, but we are not sure what exactly is causing it. If you can send us a simple demo of the issue, we will be glad to debug it locally and try to find a workaround.


Greetings, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Hiren
Top achievements
Rank 1
answered on 11 Jan 2012, 12:02 PM
Hi Peter,

You can download my sample website in below link

http://www.screencast.com/t/X85l7uQH
0
Peter
Telerik team
answered on 11 Jan 2012, 12:53 PM
Hi,

The problem is caused by:
<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" RelativeTo="Element"
           Position="TopLeft" AutoTooltipify="true"  ... />

The workaround is as follows:

code-behind:
protected void RadScheduler1_PreRender(object sender, EventArgs e)
      {
          RadCalendar popupCalendar = RadScheduler1.FindControl("SelectedDateCalendar") as RadCalendar;
          popupCalendar.ClientEvents.OnCalendarViewChanged = "ViewChanged";
      }

javascript:
function ViewChanged(sender, eventArgs) {
          $find("RadToolTipManager1").tooltipify();
      }


Greetings,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Hiren
Top achievements
Rank 1
answered on 11 Jan 2012, 01:12 PM
Hi Peter,

This code is working.

thanks  for you support. 
0
Hiren
Top achievements
Rank 1
answered on 27 Jan 2012, 02:07 PM
Hi Peter,

Here i have another issue with tool tip for the same scenario in IE8 Browser. 

It is showing wrong tool tip. check the attache screen shot for the same.

Please let us provide the solution.


thanks in advance.
0
Peter
Telerik team
answered on 30 Jan 2012, 02:22 PM
Hi Hiren,

Are you using the latest version of RadControls? Can you observe the issue with any of the online demos?

Regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Allen
Top achievements
Rank 1
answered on 15 May 2012, 06:25 PM
how to solve the issue 1?  I mean how to add the calender on the textbox?
0
Peter
Telerik team
answered on 17 May 2012, 10:51 AM
Hello Allen,

Can you be more specific and elaborate on the problem that you need to solve? In the original post, Issue 1 is: "How to change FastNavigationStep to 12 for radschedulerrecurrenceeditor End by Calender."

And our reply was:

"1. You can access controls in the advanced form and set their properties by handling FormCreated. Here are a help topic and a kb article for more details. To access the embedded RadCalendar in the header, please use this help topic."

Is this the issue that you need to solve and if yes, have you tried the suggestion from the help article?

Regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Allen
Top achievements
Rank 1
answered on 17 May 2012, 02:21 PM
I have solved this issue.  Thanks!!!
Tags
Scheduler
Asked by
Hiren
Top achievements
Rank 1
Answers by
Peter
Telerik team
Hiren
Top achievements
Rank 1
Allen
Top achievements
Rank 1
Share this question
or