I've searched through the documentation for the grid but can't seem to find the answer to this: can I enable scrolling and static headers for the detail (nested) tables in a grid but not for the master table? The ClientSettings.Scrolling properties only seem to apply to the top-level grid. Is this by design or is there some way to apply these properties programmatically or via javascript to detail tables?
Thanks in advance for any solutions, ideas or suggestions.
Thanks in advance for any solutions, ideas or suggestions.
5 Answers, 1 is accepted
0
Accepted

Princy
Top achievements
Rank 2
answered on 24 Feb 2009, 05:09 AM
Hello,
You may find the following code library submission helpful to meet your requirement. The example explains how to add scrolls to each table in grid hierarchy by manually adding a div with fixed height and overflow - scroll to each inner table in the grid.
Separate scrolls for inner tables in hierarchical grid
Thanks
Princy.
You may find the following code library submission helpful to meet your requirement. The example explains how to add scrolls to each table in grid hierarchy by manually adding a div with fixed height and overflow - scroll to each inner table in the grid.
Separate scrolls for inner tables in hierarchical grid
Thanks
Princy.
0

W.B.
Top achievements
Rank 1
answered on 24 Feb 2009, 07:35 PM
The link you provided was very helpful. Thanks for the suggestion. It takes a little bit of work to coordinate the scrolling between the top-level grid and each nested grid but it is do-able.
0

dsb
Top achievements
Rank 1
answered on 29 Mar 2009, 02:13 AM
Scrolling works great. How do you enable static headers for the details table?
0
Hi dsb,
Unfortunately, for the detail tables, there is no easy and intuitive way to make the headers static. I hope this does not cause you much inconvenience.
Regards,
Yavor
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Unfortunately, for the detail tables, there is no easy and intuitive way to make the headers static. I hope this does not cause you much inconvenience.
Regards,
Yavor
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0

dsb
Top achievements
Rank 1
answered on 31 Mar 2009, 12:46 AM
thanks, not a major inconvience.