This question is locked. New answers and comments are not allowed.
When a user clicks on a GridViewToggleRowDetailsColumn to expand the row, I need to show a ListItem with custom data that is unrelated to the data that the gridview is bound to. The user also needs to be able to update that custom data in the ListItem based on its SelectedItems collection.
Is this possible?
Is this possible?