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

How to change colors of RadGantt Buttons

1 Answer 69 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Jahangeer
Top achievements
Rank 1
Jahangeer asked on 13 Jul 2015, 07:03 AM

Hi,

 I just want to change color for "Week,Day,Month,Year" buttons to white because its unreadable. I couldn't find any property to change them please find the attached image of RadGantt and here is my code

    <telerik:RadGantt ID="RadGantt1" runat="server"  Height="245px"  Width="1122px"
         AutoGenerateColumns="false" ReadOnly="true" SelectedView="MonthView">
            <YearView UserSelectable="true"  />
               <Columns>
                 <telerik:GanttBoundColumn DataField="Title" DataType="String"></telerik:GanttBoundColumn>
              </Columns> 
           <DataBindings >
                <TasksDataBindings IdField="ID"   TitleField="Title"  StartField="Start"  EndField="End" 
                    PercentCompleteField="PercentComplete"  OrderIdField="OrderID"  SummaryField="Summary"  ParentIdField="ParentID" />
                <DependenciesDataBindings  IdField="ID"  PredecessorIdField="PredecessorID" 
                    SuccessorIdField="SuccessorID"  TypeField="Type" />
            </DataBindings>
        </telerik:RadGantt> 

  

1 Answer, 1 is accepted

Sort by
0
Aneliya Petkova
Telerik team
answered on 13 Jul 2015, 09:08 AM
Hi Jahangeer,

I tested RadGantt control with Sunset skin in Firefox, IE11 and Chrome using version 2015.2.623 of Telerik UI for ASP.NET AJAX, but I was not able to reproduce this issue. You can check how this skin should look in our online demos:
http://demos.telerik.com/aspnet-ajax/gantt/examples/functionality/resources/defaultcs.aspx?skin=Sunset

Please note that the color style of View buttons in Sunset skin is white by default.

In order to help you, we will need more information on the browser and version of Telerik assemblies you are using. Also please provide a sample runnable project, where the issue could be observed.

Regards,
Aneliya Petkova
Telerik
Tags
Gantt
Asked by
Jahangeer
Top achievements
Rank 1
Answers by
Aneliya Petkova
Telerik team
Share this question
or