How to show Heirarchical Data in GridView using CSLA Framework ?

How to show Heirarchical Data in GridView using CSLA Framework ?

Old forum URL: forums.lhotka.net/forums/t/3825.aspx


ajaylohakare posted on Thursday, November 01, 2007

Can somebody share any code for how to show heirarchical data in Gridview Control ? If not code then directions to accomplish it will do.

Thanks in Advance,

Ajay

 

ajj3085 replied on Thursday, November 01, 2007

you'll probably need to create a view class, similar to SortedBindingList that flattens out the hierarchy.  Otherwise if you really need to show it as a hierarchy you might need a third party control, such as from Infragistics.

Copyright (c) Marimer LLC