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

Change title in advanced edit form

2 Answers 152 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Chuck
Top achievements
Rank 1
Chuck asked on 19 Feb 2010, 12:43 AM
I have been looking around and can't find the answer so now I am asking.

I am using the scheduler to set reservations and want to change the advanced edito title from "New Appointment" and "Edit Appointment" to "New Reservation" and "Edit Reservation" can anyone tell me how to do this?

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 19 Feb 2010, 06:02 AM
Hi Chuck,

Set the AdvancedNewAppointment/AdvancedEditAppointment properties in order to change the text displayed.

aspx:
 
    <telerik:RadScheduler StartEditingInAdvancedForm="true" StartInsertingInAdvancedForm="true" 
        ID="RadScheduler1" Skin="Outlook" runat="server" DataEndField="End" DataKeyField="ID" 
        DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID" 
        DataSourceID="SqlDataSource2"
        <Localization AdvancedEditAppointment="edit" AdvancedNewAppointment="new" /> 
    </telerik:RadScheduler> 

Please refer the following link also.
Translating Strings

Best wishes,
Shinu.
0
Chuck
Top achievements
Rank 1
answered on 19 Feb 2010, 12:24 PM
Worked like a champ.

Thank you very much.
Tags
Scheduler
Asked by
Chuck
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Chuck
Top achievements
Rank 1
Share this question
or