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
280
Selecting parent and child records in expandable fields.
posted

Hi All

I have a scenario where I have an expandable data grid.

For eg:

+A1

+A2

On expanding we see,

A1

      B1

      B2

      B3

Now my question/discussion is the best possible approach to select the parent or child records. Now i have to maintain each of the records separately for which I need the selected items. Need some guidance for the best possible approach in selecting the items. There can be single select of parent or multiselect of parent. Also different children from different parent can be selected.

My project is in MVVM using WPF. I am using less of codebehind. Helpful if the solution is in xaml selected items or some generic method in the code for MVVM.

The guidance will be very helpful.

 

Thanks

 

 

Parents Reply Children
No Data