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

Problem in RadScheduler control

5 Answers 151 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 16 May 2009, 08:59 AM

HI,

 I am trying to create a scheduler like appointment,Recurrence which the user can create/edit/delete appointments and recurrence.

1. Can anybody please send me(csmahesh11@gmail.com) a sample application that works in winform with RADScheduler which stores data of appointments,resources,recurrence in MS Access DB.

2. Also please include recurrence also  - the repeating data per week/month etc.

Actually i have downloded some code and tested but its not working properly. please send me some sample application with MS Access DB

Advance thanks

Mahesh

5 Answers, 1 is accepted

Sort by
0
TwoLaJit
Top achievements
Rank 2
answered on 17 May 2009, 05:26 AM
Retracting Post...
0
Jordan
Telerik team
answered on 18 May 2009, 10:53 AM
Hello TwoLaJit,

Actually in the latest release of RadControls for WinForms we have a data binding example for RadScheduler (which you can find in the Demo application). This example has two modes - binding RadScheduler to business objects and binding to a data set. The second mode is just what you want, and it even shows how to have recurring appointments persisted into the data source.

So please, download the latest version of RadControls for WinForms and look at the example that I mentioned above. If there is something more that you want and is not shown in the example, please write back and we will try to help you.

Best wishes,
Jordan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
TwoLaJit
Top achievements
Rank 2
answered on 18 May 2009, 12:49 PM
Yes, this was helpful. I found it to work perfectly. 
0
Mahesh
Top achievements
Rank 1
answered on 18 May 2009, 01:36 PM
Dear TwoLaJit,
Sorry i didnt get what exactly you are telling.

If that code is working for you means please send me the updated sample recurrence application.
Note: Just i want one smaple application that should work appointment,recurrence and resource with MS access db

Please help me on this issue ASAP.


Adavance thanks
mahesh bhatt
0
TwoLaJit
Top achievements
Rank 2
answered on 19 May 2009, 04:08 PM
I ended up using the same code from the sample. almost exactly with the exception of remarking an if statement to get it to work in the bindtodataset() function


       i got rid of this line...

 ' If Me.SchedulerDataSet Is Nothing Then


also instead of access, i imported all those tables into sql server 2005 express and i am now using that instead.

Tags
Scheduler and Reminder
Asked by
Mahesh
Top achievements
Rank 1
Answers by
TwoLaJit
Top achievements
Rank 2
Jordan
Telerik team
Mahesh
Top achievements
Rank 1
Share this question
or