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

Timeline view: How to hide/remove the date range in header?

1 Answer 120 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Content and Code
Top achievements
Rank 1
Content and Code asked on 20 Feb 2012, 04:58 PM
Please look at the screen shot attached. I want to hide this from the header without hiding the whole header.

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 21 Feb 2012, 06:02 PM
Hello,

 
You can hide it using css as shown in the following code:

.rsHeader h2
   {
       visibility:hidden !important;
 }

Hope this will help.

Kind regards,
Plamen Zdravkov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Scheduler
Asked by
Content and Code
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or