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

RadGantt - Override Media Query for Always Visible Day/Week/Month View Buttons

1 Answer 69 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Kadir
Top achievements
Rank 1
Kadir asked on 02 Jun 2016, 02:55 PM

Hi, 

RadGantt for Telerik ASP.NET Ajax control has a media query for Day/Week/Month View Buttons. If RadGantt.Width < 1024px then, it combines buttons but looks weird in readonly mode. It floats over border lines.

I need to override this behaviour to make these buttons always visible (not combined)

Is there any way to do this?

(I attached a gif for better explanation)

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Tsvetanov
Telerik team
answered on 07 Jun 2016, 10:16 AM
Hi Baris,

We can confirm that the reported unexpected appearance of the RadGantt is a bug in the control. I have added its bug-fix to our backlog, so you could now track the bug status in our Feedback portal. As a token of gratitude for the reported bug I have updated your Telerik points.

As a temporary workarownd, you could use the following CSS rules that allow you to display properly the header <div> element of the RadGantt:
html .RadGantt .rgtHeader {
    height: 30px;
}
 
html .RadGantt .rgtHeader .radToolbar {
    top: 4px;
}

Note that the above is applicable for RadGantt with Silk skin in Lightweight Render Mode and font-size of 14px. If you use another skin or font-size, you may have to change the above values.

Regards,
Veselin Tsvetanov
Telerik
Tags
Gantt
Asked by
Kadir
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or