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

scroll for child

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raj
Top achievements
Rank 1
Raj asked on 29 Jun 2015, 11:57 AM

<DetailTables>
                                                    <telerik:GridTableView  width="100%" runat="server" AutoGenerateColumns="false">
                                                        <ParentTableRelation>
                                                            <telerik:GridRelationFields ></telerik:GridRelationFields>

                                                        </ParentTableRelation>
                                                        <Columns>

.......</DetailTables>

 Hi when i try scrolling horizontally  both the parent and child grid columns scroll but i have more columns in child than in parent so scrolling ends with the parent and i still have child columns which are invisible

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 29 Jun 2015, 02:33 PM
Hello,

You can refer to the code library below which shows how to add separate scrolls for inner tables:
http://www.telerik.com/support/code-library/separate-scrolls-for-inner-tables-in-hierarchical-grid

Another option would be to use 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

Regards,
Pavlina
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Raj
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or