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

TreeList Footer

3 Answers 251 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tristian Fernandez
Top achievements
Rank 1
Tristian Fernandez asked on 05 Nov 2014, 11:51 PM
Is there a column footer for tree list? 

3 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 06 Nov 2014, 02:08 PM
Hello Tristian,

There is a footerTemplate setting for columns, but footer templates cannot be collapsed in the beta. This has been fixed for the official release, and you will be able to use aggregates.

Regards,
Alex Gyoshev
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 11 Dec 2014, 09:22 PM
Hi Alex -
I'm looking to right align the header in the TreeList.  It doesn't look like you support headerAttributes just yet.  I was able to accomplish this by using the headerTemplate, but when I sort the sort image shows up to the left, wrapped.  How do you right align the header and have the sorting arrow show up correctly?
Thanks!


headerTemplate: '<div style=text-align:right>LMV</div>',
0
Nikolay Rusev
Telerik team
answered on 15 Dec 2014, 09:44 AM
Hello Tristian,

I believe the following CSS rule is what you need:
<style>
      #treelist .k-header
      {
      text-align:right;
      }
</style>

Example - http://dojo.telerik.com/@rusev/iFeXa

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