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

Remove Time Column

6 Answers 165 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Najid Hanif
Top achievements
Rank 2
Najid Hanif asked on 12 Dec 2013, 07:08 PM
Hi - I would like to remove the time column from the agenda view, how can this be done?

Thanks

6 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 17 Dec 2013, 04:04 PM
Hello Andy,

Currently there is no property implemented, which could manage the visibility of the column. However, I would suggest you to use the following custom workaround:

<style type="text/css">
    .rsHorizontalHeaderTable th:nth-child(2),
    .rsAgendaRow td:first-of-type {
        display: none;
    }
    .rsHorizontalHeaderTable th:first-child {
        width: 236px;
    }
    table {
        table-layout: auto !important;
    }
</style>


Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Najid Hanif
Top achievements
Rank 2
answered on 19 Dec 2013, 04:16 PM
This does not remove the column in IE 8. In Chrome and Fire Fox it gets removed but the columns are off set a bit. See screen shots of how it looks in these browsers.
0
Najid Hanif
Top achievements
Rank 2
answered on 19 Dec 2013, 05:05 PM
I realize the agenda view is still pretty new so I have suggested this property be added to the control.

http://feedback.telerik.com/Project/108/Feedback/Details/88699-add-property-for-radscheduler-to-remove-the-time-column-in-agenda-view

Thanks
0
Accepted
Nencho
Telerik team
answered on 24 Dec 2013, 11:54 AM
Hello Andy,

Thank you for your suggestion regarding the property to be added for managing the visibility of the Time column.

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Albert
Top achievements
Rank 1
answered on 23 Mar 2015, 09:33 PM
Hi, how can I make this workaround apply only to the Agenda view and not to Monthly view? As implemented above, Monday column gets hidden.

Thank you.

0
Magdalena
Telerik team
answered on 26 Mar 2015, 03:42 PM
Hi Albert,

Please, add the .rsAgendaView class name ahead to the selector with .rsHorizontalHeaderTable and to the selector with table to specify the rule only for the agenda view.

Do not hesitate to contact us if you have other questions.


Regards,
Magdalena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Scheduler
Asked by
Najid Hanif
Top achievements
Rank 2
Answers by
Nencho
Telerik team
Najid Hanif
Top achievements
Rank 2
Albert
Top achievements
Rank 1
Magdalena
Telerik team
Share this question
or