Hello,
Auto Expand works normally for all Rows at the same Time.
But what I'm trying to do, is to let the Row in the TimelineWeek-View expand, where there is many Events in one of Rows Cells,
And only That Row should expand !
Is there anyway to achieve that ?
I have attached an img where you can see, a Row with only one Event and a Row NO Events have the same Height as the Row With multiple Events.
And That is exactly what I'm trying to avoid.
Thanks in Advance
Karam Ramadan
4 Answers, 1 is accepted
Hello Karam,
If I understand correctly you are looking for functionality similar to the Adaptive Slot Height that is available for the month view, is that correct? If that is correct I am afraid the current implementation of the Scheduler does not provide a configuration option that would allow you to achieve this. What I can suggest is logging a Feature Request in our Feedback Portal and providing as many details on the scenario as possible. This would help us assess the request better and consider it for future implementation.
Regards,
Aleksandar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Aleksander,
this is exactly what i need, it will take long to be ready and i need this tomorrow for a work-presentation. so i think I'll try to work around that.
Only work around that i can think about right now is that I replace the TimelineWeek-View with TimeLineMonth-View, but is there something similar for the TimeLineMonth-View ?
I tried to use the same ( Adaptive Slot Height ) Property on the TimeLineMonth-View, but i didn't find it ! :-(
Is there any other approach for doing this ?
Thanks in Advance
Karam Ramadan
Hi Karam,
Indeed the adaptiveSlotHeight option is supported when views.type is set to "month". There are a few other limitations cited in the API documentation linked. Such a configuration option is not available for other views, including the TimeLine views.
As a possible approach to modify the default height of the TimeLineView rows you can try using CSS, as suggested in this forum post.
Regards,
Aleksandar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.