Hi experts,
I'd like to show hierarchical data in xamdatagrid. I've tried bind data source to xamdatagrid, but the look is not what I want. So I need your help point me to the right place. If xamDataGrid is not the right control, please let me know which one i should use.
My datasource is like following with 3 levels. I have an Grandfather observablecollection, and each Grandfather contains an father collection, and each father contains a child collection. Grandfather: name, age |____father: name, age |__________________child: name, age
And the result should be rendered like following----------------------------------------------------------------------------------------------------------------------------------------------------|grandfather1.name|father1.name|child1.name||child2.name||child3.name||child4.name||child5.name||child6.name||child7.name|__________________________________________________________________________________________________________________________ |father2.name|child1.name||child2.name||child3.name||child4.name||child5.name||child6.name||child7.name|___________________________________________________________________________________________________________________________|grandfather2.name|father1.name|child1.name||child2.name||child3.name||child4.name||child5.name||child6.name||child7.name|__________________________________________________________________________________________________________________________ |father2.name|child1.name||child2.name||child3.name||child4.name||child5.name||child6.name||child7.name|
Please help!!!Thanks.
|grandfather1.name|father1.name|child1.name| |father2.name|child1.name||grandfather2.name|father1.name|child1.name| |father2.name|child1.name|
Hello Ming,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://es.infragistics.com/community/forums/t/51543.aspx?PageIndex=1
where a similar question is already discussed. Please let us know if this helps you or you have further questions on this matter.
Looking forward for your reply.