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

Clicking on Day or Week or Month displays the pop -up

2 Answers 23 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
deepak
Top achievements
Rank 2
deepak asked on 03 Feb 2011, 07:08 PM
I have a RadScheduler which will display the appointments.And on right clicking this appointment will show the details in a RadWindow.In order to show the radwindow i have used the OnFormCreating event where i check whether it is AdvancedEdit or Edit.If it is Edit or AdvancedEdit the details are populated in RadWindow.The problem is that after any Appointment is shown in Radwindow clicking on Day or Week or Month will display the RadWindow with the earlier selected Appointmnet's details.So what to do?

Thanks in Advance
Deepak

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 07 Feb 2011, 10:55 AM
Hello deepak,

I am not sure why you experience this problem. The External Edit in RadDock, which uses the same approach behaves as expected. If you continue to have troubles, please open a support ticket and send us a simple working demo which we can test locally.


All the best,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
deepak
Top achievements
Rank 2
answered on 15 Jun 2011, 07:21 AM
Sorry for my ignorance.This problem happened of not using of the following code in page load

 SchedulerRadWindowManager.Windows.Clear();

Now it is working perfectly.
Tags
Scheduler
Asked by
deepak
Top achievements
Rank 2
Answers by
Peter
Telerik team
deepak
Top achievements
Rank 2
Share this question
or