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

Bottom line missing on last row

3 Answers 48 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 14 Dec 2011, 12:24 PM
Hi,

When using the UseStaticHeaders property (set to true) the treelist can look really good however I have noticed that if the content of the tree list is less than the height of the available page then the last row does not ave a line on it.  See the attached image for an example.  

This doesn't matter if the number of items goes beyond the height of the page as there is never the white space to see the missing line.

Could this be added for a fix please.

Regards,

Jon

3 Answers, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 14 Dec 2011, 02:59 PM
Hello Jon,

Indeed the described behaviour can be observed in the described scenario.  To overcome it you can use the following CSS code:
<style type="text/css">
       div.RadTreeList .rtlTable .rtlRBtm td
       {
          border-bottom-width: 1px
       }
         
       div.RadTreeList .rtlTable .rtlRBtm td.rtlL
       {
          border-bottom-width: 0px
       }
   </style>

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Jon
Top achievements
Rank 1
answered on 14 Dec 2011, 03:28 PM
Many thanks for the very swift response Pavlina!  

That works perfectly.

Will this be added in as standard in the next version of the controls?

Regards,

Jon
0
Pavlina
Telerik team
answered on 15 Dec 2011, 05:37 PM
Hello Jon,

I will notify our developers about this behaviour and they will investigate further into the matter.

Best wishes,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TreeList
Asked by
Jon
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Jon
Top achievements
Rank 1
Share this question
or