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

How can I view the appointments using Scheduler?

12 Answers 142 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Anoop
Top achievements
Rank 1
Anoop asked on 10 Feb 2011, 12:31 PM
Can I use the Scheduler only to view the appointments that already has been saved on the database?


Thanks in advance

12 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 10 Feb 2011, 12:43 PM
Hello Anoop,

Hope you're well today. You can simply change the RadScheduler to ReadOnly which will remove the context menus that allow new appointments and stop creation of an appointment on double click of a cell.

this.radScheduler1.ReadOnly = true;

Hope that helps
Richard
0
Anoop
Top achievements
Rank 1
answered on 10 Feb 2011, 12:59 PM

Hi Richard,

But how can I retrieve the data from the database to the scheduler?

 

I tried to add the data source but it was not possible!!!

0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 10 Feb 2011, 01:05 PM
Hi Anoop,

There is a good documentation article at this link here on a databinding walkthrough, and also here on using the datasource property
Hope that helps, but let me know if you have further questions
Richard
0
Anoop
Top achievements
Rank 1
answered on 10 Feb 2011, 01:11 PM

I really tried something similar however I could not get "Telerik RadForm” item as you see in

 

Step

 4-Select the "Telerik RadForm" template and click the Add button to close the dialog.

 

How can I resolve that Richard


thanks a lot

0
Richard Slade
Top achievements
Rank 2
answered on 10 Feb 2011, 01:18 PM
Hello Anoop,

If you open a new project, then when you add a new item, you should be able to add a new Telerik RadForm to the project in the way described. See attached screenshot.
If you are having further issues, please let me know more about your system environment and I'll do my best to help
Richard
0
Richard Slade
Top achievements
Rank 2
answered on 11 Feb 2011, 11:59 AM
Hello Anoop,

Did this help? If so please remember to mark as answer.
Regards,
Richard
0
Anoop
Top achievements
Rank 1
answered on 13 Feb 2011, 06:21 AM
I could not add RadForm it did not appear when I add new item.!
0
Richard Slade
Top achievements
Rank 2
answered on 13 Feb 2011, 01:17 PM
Hello Anoop.

You can still run thorugh the article but using a normal Windows Form. However, to see if we can fix it that you don't have RadForm as a new item. shut down Visual Studio, and find the Telerik.WinControls.VSPackage which is located in the VSExtensions >> VS2010 folder in your Telerik directory, and run that.. Then start Visual Studio again and you should be able to add a new RadForm.
Richard
0
Anoop
Top achievements
Rank 1
answered on 14 Feb 2011, 05:25 AM

Hi Richard
Its work now,

 

I remove the controls and reinstalled again.

Thanks



0
Richard Slade
Top achievements
Rank 2
answered on 14 Feb 2011, 10:05 AM
Hello,

Glad that you have this sorted. Let me know if there's anyhting else.
Regards,
Richard
0
Anoop
Top achievements
Rank 1
answered on 14 Feb 2011, 10:29 AM

Thanks a lot Richard

I want to click on one date from the calendar then I want the day view I have selected to be appearing in the scheduler table?

 

Is that possible? If you have a way let me know please.

many thanks

0
Richard Slade
Top achievements
Rank 2
answered on 14 Feb 2011, 10:53 AM
Hi Anoop,

I think I know what you mean. You want to click on the calendar and load the data for a selected day. If so, then please take a look at this link which explains that scenario in detail
Hope that helps
Richard
Tags
Scheduler and Reminder
Asked by
Anoop
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Anoop
Top achievements
Rank 1
Share this question
or