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

Scheduler Insert form

1 Answer 42 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Krishna
Top achievements
Rank 2
Krishna asked on 27 Jan 2009, 03:42 PM
Is it possible to show the insert form by clicking a link (for ex. Add an Event link) from outside the scheduler?

I am using the onClientTimeSlotClick to open the Insert form on a single click, but I do not want the user to navigate to the particular date to add an event.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 27 Jan 2009, 03:59 PM
Hello Kris,

Yes, in the click handler of the link call the ShowAdvancedInsertForm method. For example:

 RadScheduler1.ShowAdvancedInsertForm(DateTime.Now);

All the best,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Krishna
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or