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
388
Custom Heirarchical XamDataGrid
posted

hello I'm trying to deal with Heirarchical data stored in Collections 

but when i assigned the collection to data source of the xamdatagrid

(Notice : the parent collection contains many collection properties )

the xamdatagrid dispalyed the parent rows and all childs collections  of all properties

i don't need to display all the parent's child collection properties

i want to cusomize the heirarchical that i displayed 

 i'm very beginner in this control and how to customize it ! 

 

thanks 

 

  • 388
    posted

    hello could some of this company help me i tried to look for any complete guid about xamdatagrid but i didn't find that

     

    i will try to reask the same question and clear it as I can

    I have list<product>

    product class has many collection properties

    now i assigned list of product to the datasource of xamgridview

    the result is many parent rows for products

    and each product has many child rows that related for all its collection properties

     I don't want to display all collection child for example : I want to display the [productdetails] property

    but not display [productInvoices] so how can i do that

    ---------thanks for any replay --------------