How to keep kendo tree list footer position fixed at bottom with virtual scroll?

0 Answers 262 Views
TreeList
KEMPEGOWDA
Top achievements
Rank 1
KEMPEGOWDA asked on 12 Oct 2022, 08:40 AM

I have added a footer template in a tree list. I want position of this footer to be fixed in bottom. So Footer should be visible all the time.

As of now when I scroll through data, footer comes as last row.

Adding css as position: sticky works when virtual scroll is not added. Since with my application virtual scroll is required. 

How can I fix footer position in bottom of the treelist gird?


Thanks in advance.

Yanmario
Telerik team
commented on 17 Oct 2022, 07:01 AM

Hi,

The desired sticky footer functionality isn't supported by the TreeList component. Adding the virtual would make achieving the functionality complicated as the TreeList would need to do some calculations for the virtual scroll to work and moving the footer template might break the behavior. In addition to that the templates also dynamically render because of the virtual scroll and that also makes it rather complicated. 

What I would suggest is to render the desired footer information outside the TreeList to display to the user. Any custom styles applied to the TreeList are in the hands of the developer and if they break any functionality it is recommended to be removed.

Regards,
Yanmario
Progress Telerik     

No answers yet. Maybe you can help?

Tags
TreeList
Asked by
KEMPEGOWDA
Top achievements
Rank 1
Share this question
or