Show event list above the timeline

1 Answer 62 Views
Timeline
Sathishkumar
Top achievements
Rank 1
Sathishkumar asked on 31 Mar 2022, 01:14 PM

Hi There,

How to load event list above the timeline..

1 Answer, 1 is accepted

Sort by
0
Georgi Denchev
Telerik team
answered on 05 Apr 2022, 09:20 AM

Hello, Sathishkumar,

You could use the jQuery.insertAfter method to move the navigation element underneath the events body:

              dataBound: function() {
                $(".k-timeline-track-wrap").insertAfter(".k-timeline-events-list");
              }

Dojo:

https://dojo.telerik.com/@gdenchev/ewucIpUJ 

Best Regards,
Georgi Denchev
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/.

Sathishkumar
Top achievements
Rank 1
commented on 05 Apr 2022, 11:19 AM

Hi Georgi,

Thanks it works perfectly.

Regards,

Sathishkumar

Tags
Timeline
Asked by
Sathishkumar
Top achievements
Rank 1
Answers by
Georgi Denchev
Telerik team
Share this question
or