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

Duplicate records on refresh

2 Answers 85 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Thomas Kessler
Top achievements
Rank 1
Thomas Kessler asked on 12 Oct 2010, 12:48 AM

I’m new to RadScheduler and I have built a scheduler that several people update through the day and because someone else may have added an event to the schedule others will refresh their view often. The problem is that when you refresh the page the last event you added on that page gets duplicated every time you refresh the page until you move to another page. Is there a way to keep this from happening?

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Oct 2010, 04:25 PM
Hi Thomas,

This happens because the entire form is resubmitted. As a workaround, you can use a Timer control to periodically refresh the page or add a button in which click handler you call RadScheduler's Rebind() method.

Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Thomas Kessler
Top achievements
Rank 1
answered on 14 Oct 2010, 06:13 PM
That worked... Thanks!
Tags
Scheduler
Asked by
Thomas Kessler
Top achievements
Rank 1
Answers by
Peter
Telerik team
Thomas Kessler
Top achievements
Rank 1
Share this question
or