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

[Solved] Hierarchical RadGrid + FrozenColumns horisontal scroll problem

4 Answers 192 Views
Grid
This is a migrated thread and some comments may be shown as answers.
eugeneya
Top achievements
Rank 1
eugeneya asked on 30 Jul 2010, 02:49 PM
Hi!
I have a hierarchical RadGrid with ClientSettings:
 <Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True" FrozenColumnsCount="1"/>
but horizontal scroll bar is not visible.
When I remove from grid DetailTables section, the horizontal scroll bar is visible and works fine.
How to fix this issue?

4 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 02 Aug 2010, 05:05 PM
Hello Eugeneya,

Note that Static headers are not supported for the inner tables. You can examine the code library below and see if it helps to achieve your goal:
Separate scrolls for inner tables in hierarchical grid

I hope this helps.

Best wishes,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
John Cooney
Top achievements
Rank 1
answered on 12 Sep 2012, 04:25 PM
Is there anything new here?

It's still the case that the child tables can't control static headers or frozen columns with scrolling?

Thanks,
JC
0
Pavlina
Telerik team
answered on 17 Sep 2012, 12:13 PM
Hello John,

RadGrid does not support scrolling with static headers and frozen columns for detail tables. To achieve your goal you can try using a nested grid with scrolling and static headers enabled for your detail tables as demonstrated in the following online example:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx

Give it a try and let me know if it works for you.

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
Mudassar
Top achievements
Rank 1
answered on 21 Aug 2013, 07:19 PM
It works for me. Try this

<MasterTableView  HeaderStyle-Width="72px">
Tags
Grid
Asked by
eugeneya
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
John Cooney
Top achievements
Rank 1
Mudassar
Top achievements
Rank 1
Share this question
or