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

Scheduler with Linq

2 Answers 59 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Nicu Olaru
Top achievements
Rank 1
Nicu Olaru asked on 22 Aug 2010, 10:27 PM
Hi, 
Scheduler control is a very nice one, but I wasn't able to make work proper.
What I want: a win form with a radScheduler control, a custom EditAppointmentDialog ( example with email was enough), load data from data base, and save new appointments into database, but I want to save when click on OK button in EditAppointmentDialog .
My problem is how to save (via Linq) into database.Where is the save process done? How can save the appointment when the user click OK button in EditAppointmentDialog ? Can I override this click handler?

I found sample for  wpf , ajax, silverlight, but I need for win forms,( smt like Custom Fields with Dataset but with Linq and  saving in EditAppDlg).

Thanks !

2 Answers, 1 is accepted

Sort by
0
Nicu Olaru
Top achievements
Rank 1
answered on 24 Aug 2010, 10:52 PM
After reading all posts in this forum I found " Override method ApplySettingsToEvent and update database in it." ..hope help me!
And thanks to me!


0
Julian Benkov
Telerik team
answered on 25 Aug 2010, 05:00 PM
Hi Nicu Olaru,

Indeed, the ApplySettingsToEvent method can be used for your scenario. 
I am glad to hear that you have solved your issue. 

Greetings,
Julian Benkov
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
Tags
Scheduler and Reminder
Asked by
Nicu Olaru
Top achievements
Rank 1
Answers by
Nicu Olaru
Top achievements
Rank 1
Julian Benkov
Telerik team
Share this question
or