
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
Thanks
6 Answers, 1 is accepted
0
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:
Regards,
Nencho
Telerik
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
http://feedback.telerik.com/Project/108/Feedback/Details/88699-add-property-for-radscheduler-to-remove-the-time-column-in-agenda-view
Thanks
0
Accepted
Hello Andy,
Thank you for your suggestion regarding the property to be added for managing the visibility of the Time column.
Regards,
Nencho
Telerik
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.
Thank you.
0
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.
Regards,
Magdalena
Telerik
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.