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

Change labels in time view of scheduler with custom time values.

1 Answer 83 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kieran
Top achievements
Rank 1
Kieran asked on 01 May 2020, 09:24 AM

Hello,

I have accessed the start date time picker from the advanced form of my scheduler and have implemented custom time values as below.

        Dim startPicker As RadTimePicker = TryCast(e.Container.FindControl("StartTime"), RadTimePicker)

        startPicker.TimeView.CustomTimeValues = New TimeSpan() {New TimeSpan(8, 30, 0), New TimeSpan(12, 30, 0)}

However, when I run the program, the custom values are in place but the labels remain the same? (see attached)

Is there any way to access and change the labels, so only labels for my custom time values are shown?

Thanks in advance,

Kieran

 

 

 

1 Answer, 1 is accepted

Sort by
0
Kieran
Top achievements
Rank 1
answered on 01 May 2020, 10:05 AM

Hello,

I have found a solution for this now - just had to look a little further than expected.

https://www.telerik.com/support/kb/aspnet-ajax/scheduler/details/how-to-adjust-the-radtimepicker-settings-of-the-advanced-form

Thanks,

Kieran

Tags
Scheduler
Asked by
Kieran
Top achievements
Rank 1
Answers by
Kieran
Top achievements
Rank 1
Share this question
or