Hi all,
Is there a way to hide non working hours in TimelineView with Timescales.Hours/HalfHours/Minutes
e.g. collapse Columns before and after the WorkTime-Timespan - thus allowing shorter drag+Drop movements
| Day 1 | Day 2 |
| 08 09 10 11 12 13 14 16 18 20| 08 09 10 11 12 13 14 16 18 20|
Currently I call my own RenderView() method which loops over all visible cells
void ActiveView_PropertyChanged(object sender, PropertyChangedEventArgs e)
{
switch (e.PropertyName)
{
case "StartDate":
It would be more convinient to subscribe to a ElementRender Event and set the background color there - like the one exposed in RadCalendar.