This is a migrated thread and some comments may be shown as answers.

Treelist Scroll and Footer Disappears

3 Answers 195 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Tristian Fernandez
Top achievements
Rank 1
Tristian Fernandez asked on 23 Dec 2015, 04:20 PM

Is there a way to scroll the body of the treelist table and have the header and footer stagnant?  We use this table for large numeric datasets and users have to scroll to the bottom of the table to see totals.  I like how the kendo grid handles scrolls.

Any help, workarounds, etc., would be much appreciated.

Thanks

T

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 24 Dec 2015, 12:50 PM
Hi,

The TreeList footer differs from the one in Grid. In TreeList we have a column footerTemplate - it is not a separate div out of the scrollable content, but it is a table row inside the scrollable content. And different levels may have their own footerTemplate row as you could see in the Aggregates demo. So its purpose is different than the Grid footer.

As a workaround, if your page is not scrollable you may set fixed position to your footerTemplate and adjust it right below the TreeList through the top property. You may need to adjust the columns width as well. Another approach could be to display the respective data from the footerTemplate in a div below the TreeList.

Regards,
Dimitar
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Tristian Fernandez
Top achievements
Rank 1
answered on 24 Dec 2015, 03:08 PM

Thanks for the reply.  The only reason I'm using this control over the grid control because it lines up the columns nicely.  I'll try the workaround but I think I'm going to submit this as a feature request.  I know it will take some rework to make it happen, but I can see others wanting to have totals or summary row visible. 

Thanks for your help.

TF

0
Dimiter Madjarov
Telerik team
answered on 25 Dec 2015, 08:05 AM

Hello Tristian,

Thank you for the update. You could submit feature requests at our Feedback portal, where other users could vote for it too.

I wish you happy holidays!

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeList
Asked by
Tristian Fernandez
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Tristian Fernandez
Top achievements
Rank 1
Dimiter Madjarov
Telerik team
Share this question
or