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

[Solved] Advanced Edit Form, Hiding the "to" Label

3 Answers 114 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sergio
Top achievements
Rank 1
Sergio asked on 05 Mar 2009, 10:43 AM

Hi to all,
how is it possible to hide the "to" Label of the Advanced Edit Form (the label after which there is the RadDatePicker for the EndDate) ?
I've tried all the possible Id in the RadScheduler1_FormCreated function, like:

WebControl cont = (WebControl)e.Container.FindControl("????????");

 

without success.

What is its ID ?
Thanks you very much in advance.
Regards,
Sergio

3 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 05 Mar 2009, 05:40 PM
Hello Sergio,

Just set Localization-AdvancedTo = " "  for RadScheduler.



Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Steven Steven
Top achievements
Rank 1
answered on 02 Aug 2009, 01:25 AM
Could you provide a little sample code of how to implement Localization-AdvancedTo = " "  for radscheduler?
I just set localizedstrings to access everything would the advancedto be easier?  Using just localized strings i'm only able to change the text but not the visbility of current labels within the Edit Appointment dialog.

Super Thanks
0
Peter
Telerik team
answered on 03 Aug 2009, 01:19 PM

Sure. Here is some more code context:

 <telerik:RadScheduler ID="RadScheduler1" runat="server" DataKeyField="ID" DataEndField="End" 
        DataSourceID="SqlDataSource1" DataStartField="Start" DataSubjectField="Subject" 
        OverflowBehavior="Expand" 
        DataRecurrenceField="RecurrenceRule"   
        DataRecurrenceParentKeyField="RecurrenceParentID"   
        onappointmentcreated="RadScheduler1_AppointmentCreated"   
        onappointmentdatabound="RadScheduler1_AppointmentDataBound" 
        Localization-AdvancedTo="custom text or leave it empty">      
    </telerik:RadScheduler> 



Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Sergio
Top achievements
Rank 1
Answers by
Peter
Telerik team
Steven Steven
Top achievements
Rank 1
Share this question
or