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

Regarging Inserting a new appointment

1 Answer 57 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Suriya
Top achievements
Rank 1
Suriya asked on 20 Mar 2010, 11:30 AM
Dear Sir,
                i am new to Schedule control, so please give a example of inserting , editing & deleting an appointment. And while the appointment time is come, that time a message box is to be display to alert the user,. Please send a sample file to me.,

Note :
I need to know to display a message when the appointment time is achieved.

By

S Suriya Narayanan

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 24 Mar 2010, 03:58 PM
Hello Suriya,

Thank you for contacting us.

You could manipulate the Appointments collection of the RadScheduler - there are Add/Remove methods. And you could change some properties of the Appointment object in order to update it. You can find more details on this in the provided documentation.

As to your second question, you should go over all appointments and check the whether an appointment is already started. For example you could add a timer object and on each tick of the timer check collection and display your message if the appointment start time is bigger then DateTime.Now.

If you have additional questions feel free to ask.
 

Best wishes,
Dobry Zranchev
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
Suriya
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or