Hi
Is there a property visible to the elements of the tabsview?
for example:
Is there a property visible to the elements of the tabsview?
for example:
I want to show some elements like day,week and month but i don't want shows an element that is timelime.
Is this possible?
Is this possible?
Thank you for your attention.
Greetings.
Rubén Herrera.
Greetings.
Rubén Herrera.
6 Answers, 1 is accepted
0
Hello Ruben,
You can hide the tab for the TimeLine view via the following css rule:
For the other views, please use: rsHeaderMonth .rsHeaderWeek or .rsHeaderDay.
.
All the best,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can hide the tab for the TimeLine view via the following css rule:
.rsHeaderTimeline |
{ |
display:none !important; |
} |
For the other views, please use: rsHeaderMonth .rsHeaderWeek or .rsHeaderDay.
.
All the best,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Ruben
Top achievements
Rank 1
answered on 20 Aug 2008, 04:07 PM
Hello Peter
Where can I allocate this css?, because the properties of timeline view settings don't have an property of cssclass.
Where can I allocate this css?, because the properties of timeline view settings don't have an property of cssclass.
0
Accepted
Hi Ruben,
You can include it in the head of your page:
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can include it in the head of your page:
<head runat="server"> |
<title>Untitled Page</title> |
<style type="text/css"> |
.rsHeaderTimeline |
{ |
display:none !important; |
} |
</style> |
</head> |
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Ruben
Top achievements
Rank 1
answered on 21 Aug 2008, 03:11 PM
Hi Peter
But in the server control, where i set this cssclass?
Thanks
Ruben Herrera.
But in the server control, where i set this cssclass?
Thanks
Ruben Herrera.
0
Hello Ruben,
RadScheduler automatically renders the css classes that shape its appearance. You don't need to set it explicitly anywhere. If you examine the rendered output of RadScheduler with Firebug for example, you will notice that the timeline tab is rendered with the rsHeaderTimeline class.
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
RadScheduler automatically renders the css classes that shape its appearance. You don't need to set it explicitly anywhere. If you examine the rendered output of RadScheduler with Firebug for example, you will notice that the timeline tab is rendered with the rsHeaderTimeline class.
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Ruben
Top achievements
Rank 1
answered on 21 Aug 2008, 04:55 PM
Thanks Peter
It works.
Ruben Herrera.
It works.
Ruben Herrera.