Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
XamPivotGrid - multiple level of hierarchy with hierarchical data
posted

Hi,

I am trying to use XamPivotGrid with a following scenario

class A

{

   public int Id {get;set;}

   public string Description{get;set;}

   public List<A> SubLines{get;set;}

}

I will get a list of A (List<A>) from my data access layer and this hierarchy can be any levels deep. Can you please help me in creating a pivot grid out of this case?

 

Thanks

V

Parents Reply Children
No Data