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

Alternative arrangement multiple child views

1 Answer 43 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 09 Aug 2019, 11:27 AM

Hi, 

I'm following this approach here 

https://docs.telerik.com/devtools/winforms/controls/gridview/hierarchical-grid/hierarchy-of-one-to-many-relations

to use a grid with two child templates. It works as documented; the two child templates are arranged in a tab folder. Is it possible to change this? 

I'd rather have the two child sets getting arranged below each other. So that after expanding the master row, the user could scoll over the first set of child rows and then the second set of child rows.

Thanks,

Mike 

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 12 Aug 2019, 12:33 PM
Hello, Mike,     

By default, RadGridView internally uses a page view for displaying the hierarchical data. You can change the page view mode by setting the RadGridView.TableElement.PageViewMode property to the desired value: https://docs.telerik.com/devtools/winforms/api/telerik.wincontrols.ui.pageviewmode.html

In the online documentation regarding RadPageView you can see how all the views organize the layout and select this one which suits your requirements best: https://docs.telerik.com/devtools/winforms/controls/pageview/overview

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Mike
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or