I have a probleme with TimeLine View
I use Telerik v 2012.3.1205
My scheduler is group by ressources.
I want to display a whole month with TimeLine View ; so I configured my scheduler with this lines :
The result is capture n°1 (01_NoProblem) ...
with, for example, Red appointment from 12/25 to 12/28
All is right.
But :
I don't want to see the "non workable" hours...so, in the RadScheduler1_TimeSlotCreated method, I have the
folowing lines :
Problem : the Appointments don't appear correctly. (cf. caprture n° 2)
For exmaple, the Red appointment start from 12/20 to 12/23
I suspect the HTML style (Width, "0px") is the problem ... or not ?
How can I achieve this ?
Thanks in advance