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

Open Insert template directly ?

1 Answer 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
francis
Top achievements
Rank 1
francis asked on 31 Aug 2012, 11:58 AM
Hello,

I use the AdvancedInsertTemplate ondouble click of an emppty slot . I want my custom control present in the
<AdvancedInsertTemplate> to be displayed but it does not The AdvancedEditTemplate however works fine .
I have set the AdvancedForm Modal to true .

How do i directly open my control in the AdvancedInsertTemplate on double click of an empty slot ?

Thanks & Regards,
Francis P.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Sep 2012, 06:43 AM
Hi Francis,

I suppose you want to start inserting in advanced form when the user double click on the empty slot. Try setting StartInsertingInAdvancedForm property of RadScheduler to true to achieve your scenario.

ASPX:
<telerik:RadScheduler ID="RadScheduler1" runat="server"  StartInsertingInAdvancedForm="true"  .............>
      <AdvancedInsertTemplate>
              ...................
      </AdvancedInsertTemplate>
</telerik:RadScheduler>

Hope this helps.

Regards,
Princy.
Tags
Scheduler
Asked by
francis
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or