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

ScrollHeight

4 Answers 76 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 13 Jun 2011, 11:44 AM
Hi,

Within a RadGrid I'd use scrollheight to force the grid to occupy a certain height on the page and the pager would be at the foot of that height.

I'd do it like this:
<ClientSettings>
    <Scrolling AllowScroll="True" UseStaticHeaders="True" ScrollHeight="389" SaveScrollPosition="False"></Scrolling>
</ClientSettings>

Is there an equivalent way to do this with the RadTreeList?

It would be nice to see some documentation that specifically looks at the things that haven't been copied to the rad tree list from the grid view equivalent....

Best Regards,

Jon

4 Answers, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 14 Jun 2011, 09:27 AM
Hello Jon,

The impending Q2 2011 release (expected in the middle of July) will bring scrolling with static headers feature for the RadTreeList control and ScrollHeight property will be included too.

All the best,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jon
Top achievements
Rank 1
answered on 14 Jun 2011, 09:34 AM
Great thanks for the info Pavlina.

What is the status on the following other RadGrid or TreeView functions.

Will it also have CommandItemTemplates in the same manner as the radgrid - I use them to put my refresh, add new, export etc functionality.

Will it also have the export functionality?

Finally, will we be able to make it work by programatically adding nodes - I use this for some heirarchies that are not self referencing.  As such it involves adding nodes using some nested loops.  Ideally I'd make the tables self referencing but there are a few that will never be capable of conversion.

Best Regards,

Jon

0
Pavlina
Telerik team
answered on 17 Jun 2011, 01:08 PM
Hi Jon,

Please refer to our Roadmap page for details on the matter.

Kind regards,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jon
Top achievements
Rank 1
answered on 17 Jun 2011, 01:15 PM
Thank Pavlina.  Funnily enough I'd been looking for that the other day!
Tags
TreeList
Asked by
Jon
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Jon
Top achievements
Rank 1
Share this question
or