So, ASP.NET MVC project, using Telerik UI for ASP.NET MVC v Q3 2014.
In a view I have this Scheduler widget nicely configured and running well. The view being used is timeline view.
I am wondering how I can make all "time"-columns (not the group column(s)) narrower? I am required to just fit stuf in a much larger timespan that the current styling can accommodate on the page on the screen.
I thought I could via CSS by changing widths for classes like k-today or k-slotcell and the like, but that only made the scheduler display things wrongly.
Thanks!