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

Problem refreshing appointments using RadScheduler with RadDock and XMLProvider

4 Answers 72 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shaan
Top achievements
Rank 1
Shaan asked on 20 Dec 2010, 03:36 PM

Hi,

I had gone through this article at below link for Radscheduler Implementation for my scenario.

http://demos.telerik.com/aspnet-ajax/scheduler/examples/raddock/defaultcs.aspx

However I am facing a time latency issue when I save the appointment (using SubmitButton_Click Method), the Appointment save time takes approx 20-30 seconds to save. I am using below 2 statements :-

XmlSchedulerProvider provider = new XmlSchedulerProvider(MyXMLFilePath, false);

RadScheduler1.Provider = provider;

 in SubmitButton_Click method

If I remove above statement and add

Radscheduler1.Rebind() in place of it which you suggested in the previous articles based on this scenario ,I need to refresh the Radscheduler in order to see the Updated Appointment.

But in case of using above 2 statements I don't need to refresh the Radscheduler, but I face with time latency issue.

So, please suggest me a solution in order to resolve it.

I am using (2010.2.929.40) version.

4 Answers, 1 is accepted

Sort by
0
Shaan
Top achievements
Rank 1
answered on 22 Dec 2010, 02:01 PM
Is there anybody to help me with that..??
0
Veronica
Telerik team
answered on 22 Dec 2010, 02:43 PM
Hi Shaan,

The second parameter in the XmlSchedulerProvider constructor is of boolen type and by setting it's value to true - the newly created/updated appointment will be persisted in the provider. Please try again with your code but please set the persistChanges parameter to true.

Please let me know if this was helpful.

Best wishes,
Veronica Milcheva
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
Shaan
Top achievements
Rank 1
answered on 03 Jan 2011, 11:02 AM
Sorry, for the late Reply..

I have done that also.. but the delay is same...

0
Veronica
Telerik team
answered on 03 Jan 2011, 11:05 AM
Hi Shaan,

Could you please send me a sample project that reproduces the issue so I can inspect it and help you?

Thank you!

All the best,
Veronica Milcheva
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.
Tags
Scheduler
Asked by
Shaan
Top achievements
Rank 1
Answers by
Shaan
Top achievements
Rank 1
Veronica
Telerik team
Share this question
or