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

Is there a property visible to the elements of the tabsview?

6 Answers 85 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ruben
Top achievements
Rank 1
Ruben asked on 19 Aug 2008, 04:13 PM
Hi

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?

Thank you for your attention.
Greetings.
Rubén Herrera.

6 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 20 Aug 2008, 10:40 AM
Hello Ruben,

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.

0
Accepted
Peter
Telerik team
answered on 21 Aug 2008, 11:16 AM
Hi Ruben,

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.



0
Peter
Telerik team
answered on 21 Aug 2008, 03:29 PM
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.
0
Ruben
Top achievements
Rank 1
answered on 21 Aug 2008, 04:55 PM
Thanks Peter

It works.

Ruben Herrera.
Tags
Scheduler
Asked by
Ruben
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ruben
Top achievements
Rank 1
Share this question
or