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

RadScheduler Inline Insert disabling

1 Answer 81 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Abhilash
Top achievements
Rank 1
Abhilash asked on 25 Sep 2014, 09:08 PM
Is there a way that I can disable the Inline Insert and Just have Advanced Insert enabled when I click on the scheduler.
 Right now I am using AdvancedInsertTemplate and I want only that to show up by default rather than the inline insert.

Thanks
Reddy

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 30 Sep 2014, 12:36 PM
Hello Reddy,

Yes you achieve such functionality by setting the RadScheduler property StartInsertingInAdvancedForm="true".
//markup code
<telerik:RadScheduler StartInsertingInAdvancedForm="true" runat="server" ID="RadScheduler1" ....></telerik:RadScheduler>


Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Abhilash
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or