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

Insert template

1 Answer 61 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Isuru
Top achievements
Rank 1
Isuru asked on 30 Jul 2012, 09:25 AM
hi telerik team,

my code:

                    <telerik:RadScheduler runat="server" ID="rsOrders" Localization-AdvancedEditAppointment="Reserve Slot"
                        Height="400px" StartInsertingInAdvancedForm="true" OnFormCreated="rsOrders_FormCreated"
                        DataSourceID="odsOrders" DataKeyField="bookingID" SelectedView="MonthView" DataStartField="start_date"
                        DataEndField="end_date" DataSubjectField="available_status" OnClientAppointmentInserting="updatePostbackFlag"
                        OnClientAppointment="updatePostbackFlag" OnClientAppointmentDeleting="updatePostbackFlag">
                        <AdvancedForm Modal="true" />
                        <ResourceTypes>
                            <telerik:ResourceType DataSourceID="odsCustomers" TextField="harbor_name" KeyField="harbor_code"
                                ForeignKeyField="harbor_code" Name="Harbor" />
                        </ResourceTypes>
                    </telerik:RadScheduler>

i wan't to add some textboxes to the insert appointment form.

thanx & regards
Isuru

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Jul 2012, 10:17 AM
Hi Isuru,

You can add your own controls to the AdvancedInsertForm by customizing the AdvancedInsertForm using AdvancedInsertTemplate. Please take a look into this demo and documentation for more information.

Hope this helps.

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