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?
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
0
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
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
It's still the case that the child tables can't control static headers or frozen columns with scrolling?
Thanks,
JC
0
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
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">