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.
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