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
30
Hierarchical Data in xamDataGrid
posted

Hello,

I would like to design XamDataGrid in the following way and not sure how can i achieve it. Can someone please help me.I am using MVVM pattern and using binding list to bind data

There will be three levels of drill down. For example Organization, Employee, Project.

Iniitally I want to show list of organizations which are edit only and we cannot add or delete organizations.

In second level, I would like to show list of employees where i can add/edit/delete employees. I this I need to show combo boxes as well.

In third level, I would like to show the project details they are working on. Here also I need to have Add/edit/delete the record option.

Currently I am achieving this using three grids. I would like to know whether we can merge these and show it in single Grid.

 

  • 138253
    Offline posted

    Hello,

     

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. So I have been looking through you post and I can say that XamDataGrid can display hierarchical data. You can simply set its DataContext and Binding properties to the appropriate data and if you want you can define the Fieldlayouts, so they look like you want.

     

    Feel free to write me if you have further questions.