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

Rad grid Hierarchy of one to many relations

2 Answers 86 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Gangadhar
Top achievements
Rank 1
Gangadhar asked on 14 Dec 2011, 06:16 AM
Hi,

I have rad grid as per my requirement I need to show the details in one to many relations. As per my finding I found that it will possible on tab wise(Side by side)

http://www.telerik.com/help/winforms/gridview-hirarchical-grid-hierarchy-of-one-to-many-relations.html.


But my requirement is one to many relations is one followed by another not side by side.


Please let us know what we need to do to get this to work.


THANKS!

2 Answers, 1 is accepted

Sort by
0
Gangadhar
Top achievements
Rank 1
answered on 14 Dec 2011, 10:26 AM
Hi,
As per my requirement I found that solution by making the Page view mode to Explorer Bar, for gridview level the below property is working fine.

             Me.radGridview1.TableElement.PageViewMode = PageViewMode.ExplorerBar

In my case I found another problem , I have a radgrid and it is having two childtemplates and again one childtemplate having two childs. But in this case those childs are added as tabs(side by side), But I want those as one after another 

Is there any property for displaying the childs as one after another not side by side at ChildTemplate Level, I didn't found any property like that.....

Please let me know what we need to do to get this to work.


Thanks in Advance
Gangadhar.


0
Jack
Telerik team
answered on 16 Dec 2011, 12:57 PM
Hello Gangadhar,

Thank you for contacting us.

Like demonstrated in our demo application, you can customize the behavior of RadPageView used in RadGridView and display child views side by side. However, this is possible only for views at the same level. You cannot mix child and parent views. Could you please elaborate a bit more and describe your scenario in greater detail? Maybe we can find a better option.

I am looking forward to your reply.
 
All the best,
Jack
the Telerik team

Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.

Tags
GridView
Asked by
Gangadhar
Top achievements
Rank 1
Answers by
Gangadhar
Top achievements
Rank 1
Jack
Telerik team
Share this question
or