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

change timeline format

1 Answer 38 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Mfarouk
Top achievements
Rank 1
Mfarouk asked on 12 Dec 2015, 09:14 PM
i need to change the month format to be 1,2,10,11  like MM instead of may ,.... in year view 

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 16 Dec 2015, 09:32 AM
Hello,

You can use the MonthHeaderDateFormat property of the YearView settings object:
<telerik:RadGantt ID="RadGantt1" runat="server"
    SelectedView="YearView">
    <YearView UserSelectable="true" MonthHeaderDateFormat="MM" />
</telerik:RadGantt>


Regards,
Bozhidar
Telerik
Tags
Gantt
Asked by
Mfarouk
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or