Hi,
I'm using GridView biding with an collection property in my view model.
Now, I need to explode row details.
The content of my row detail depends on witch cell was clicked.
I will have another GridView, inside row detail, but this GridView need to be bindend with another property in the same view model.
This property will be populated with data that depends on wich cell was selected.
Can you help me?
I'm using GridView biding with an collection property in my view model.
Now, I need to explode row details.
The content of my row detail depends on witch cell was clicked.
I will have another GridView, inside row detail, but this GridView need to be bindend with another property in the same view model.
This property will be populated with data that depends on wich cell was selected.
Can you help me?