I have a custom (based on one of your examples) TimelineMonthView with a list of rooms down the left side. The top rows are the dates, and under that are the times, which all just say 12:00 AM. How can I completely hide this row of times?
Thanks!
3 Answers, 1 is accepted
0
Accepted
Ivan Danchev
Telerik team
answered on 27 Feb 2017, 08:57 AM
Hello David,
Here's a sample dojo, which demonstrates how to hide the time header (see the Scheduler's dataBinding event handler).
We recommend inspecting the rendered elements in the browser's developer tools, as shown in this screenshot. This will allow you to get the class of a specific element that interests you (k-scheduler-table for instance) with regard to applying custom styles. The Scheduler renders a complex hierarchy of elements and in the documentation we haven't included a detailed scheme that shows all those elements and their respective classes.