This question is locked. New answers and comments are not allowed.
I'm having problems styling across a specific column ( day ) on the timeline view.
I've tried the only approach i found in the documentation and it didn't work, maybe I just took a wrong turn somewhere
or maybe I was mistaken in my approach from the very beginning. I don't know...
Anyway, here is what I tried:
The TodaySlotStyleSelector just returns the TodayStyle, nothing special.
In the code-behind I added a slot for todays date, yet nothing happens.
Just to make things clear again, I'm trying to get the column in the timeline view for todays date to be a different style or something,
anything would be good at this point.
Please advise, thnx
I've tried the only approach i found in the documentation and it didn't work, maybe I just took a wrong turn somewhere
or maybe I was mistaken in my approach from the very beginning. I don't know...
Anyway, here is what I tried:
<local:TodaySlotStyleSelector x:Key="TSSS" ><br> <local:TodaySlotStyleSelector.TodayStyle><br> <Style TargetType="telerik:HighlightItem"><br> <Setter Property="Template"><br> <Setter.Value><br> <ControlTemplate><br> <Border Background="CornflowerBlue"/><br> </ControlTemplate><br> </Setter.Value><br> </Setter><br> </Style><br> </local:TodaySlotStyleSelector.TodayStyle><br> </local:TodaySlotStyleSelector>The TodaySlotStyleSelector just returns the TodayStyle, nothing special.
In the code-behind I added a slot for todays date, yet nothing happens.
Just to make things clear again, I'm trying to get the column in the timeline view for todays date to be a different style or something,
anything would be good at this point.
Please advise, thnx