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

How to customize text style (size, color ) in Rad Gantt

2 Answers 226 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Elhanid
Top achievements
Rank 1
Elhanid asked on 01 Jan 2015, 05:24 PM
Hello Dears,

Could you please answer to my below questions :

    - How to customize the size of columns text in RadGantt chart as its mentionned in attachement ?
    - How to modify the langauge showing of the RadGantt chart (example : Add Task --> Ajouter Tâche) ?
    - How to change the caption of buttons in the same chart ?

Thank you in advance,
Zak

2 Answers, 1 is accepted

Sort by
0
Elhanid
Top achievements
Rank 1
answered on 01 Jan 2015, 05:45 PM
I've an other need is that how to customise the language of the months displayed in the chart (example : July -> must be   -> Juillet ) ?

Many Thanks,
Zak
0
Bozhidar
Telerik team
answered on 06 Jan 2015, 07:27 AM
Hello,

You can set the format of the dates headers as well as their width for each view, in the respective ViewSettings. For instance:
<telerik:RadGantt ID="RadGantt1" runat="server"
    SelectedView="WeekView">
    <WeekView DayHeaderDateFormat="dd" SlotWidth="50px" />
</telerik:RadGantt>

You can also change the text of the buttons using the localization settings, as shown here:
http://www.telerik.com/help/aspnet-ajax/gantt-localization.html
http://demos.telerik.com/aspnet-ajax/gantt/examples/accessibility-and-internationalization/localization/defaultcs.aspx

Unfortunately at the moment the dates themselves only appear in english, but we will fix that as soon as we can.

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