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

Binding with business objects - Getting Changes

4 Answers 63 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 14 Dec 2010, 05:19 PM
Hi,

I have succeeded in creating my own custom appointments, binded with a list of business object. Now, I would like to make a button on top of the screen to allow the user to save all his changes once he finishes assigning and arranging all of his appointments.

Is there a method similar to the GetChanges of the normal windows data binding? I am using the SchedulerBindingDataSource to bind the Scheduler with my list. 

Thanks in advance for your help.

Regards.
John

4 Answers, 1 is accepted

Sort by
0
john
Top achievements
Rank 1
answered on 17 Dec 2010, 07:11 AM
Hi,

Can anyone help me pls as this is urgent?

Thanks and Regards,
John
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 17 Dec 2010, 10:58 AM
Hi John,

The SchedulerBindingDataSource doesn't have a GetChanges. You'd need to find those changes yourself based on the changes made. Even though it is using a DB and not an object collection, there is a blog link here on saving changes to a db whcih may help. However, you don't have to bind to a SchedulerBindingDataSource. You can also bind directly to a binding list which is detailed in the documentation here

hope that helps
Richard
0
john
Top achievements
Rank 1
answered on 18 Dec 2010, 07:42 AM
Hi Richard,

Thanks for your reply. It's a pity this option is not available as I think it's useful in certain situation.

Regards,
John
0
Dobry Zranchev
Telerik team
answered on 20 Dec 2010, 05:12 PM
Hi john,

Thank you for the question.

Currently, we do not plan to implement a method which returns the changes applied to the data contained in RadScheduler. What we do is fire an event for each property change that occurs.
 
Richard, thank you for your cooperation.

Greetings,
Dobry Zranchev
the Telerik team
Check out the Q1 2011 Roadmap for Telerik Controls for Windows Forms.
Tags
Scheduler and Reminder
Asked by
john
Top achievements
Rank 1
Answers by
john
Top achievements
Rank 1
Richard Slade
Top achievements
Rank 2
Dobry Zranchev
Telerik team
Share this question
or