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

Day Lable Position

2 Answers 22 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
shahab
Top achievements
Rank 1
shahab asked on 03 Apr 2013, 07:09 AM
Dear Dude
I want to change displayed lable in RadScheduler. It is "Year,Day Month, WeekDay". I want to be "14 فروردین":",Year, Month Day, Week Day".
As shown in picture.

2 Answers, 1 is accepted

Sort by
0
shahab
Top achievements
Rank 1
answered on 03 Apr 2013, 07:40 AM
   <WeekView ColumnHeaderDateFormat="ddd ,dd MMM" />
            <DayView HeaderDateFormat="ddd ,dd MMM, yyyy" />
0
Plamen
Telerik team
answered on 03 Apr 2013, 11:38 AM
Hello,

 
You can update the header text with jQuery as for example in the code below:

function pageLoad() {
            var $ = $telerik.$;
            $(".rsHeader h2").text('aaaa');
            alert($(".rsHeader h2").text());
        }

Hope this will be helpful.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
shahab
Top achievements
Rank 1
Answers by
shahab
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or