Unplanned
Last Updated: 21 May 2019 11:05 by ADMIN
Cale
Created on: 15 May 2019 15:04
Category: UI for WPF
Type: Feature Request
3
Hierarchical GridView auto select option so the ParentRow is selected when a child is selected

Currently when you highlight a row in the child GridView, the ParentRow becomes highlighted. It would be really nice to have an option so that the ParentRow would be selected when a row in the child GridView is selected. This should work recursively selecting the ParentRow all the way up the hierarchy.

I've written a workaround, but it isn't pretty.

Please add this functionality. :)

 

My case involves a three tier hierarchical GridView (each in single select mode). If I select a row in a third tier GridView, then I want its ParentRow to become selected on the second tier and the second tier's ParentRow to become selected on the first tier. Hopefully that makes sense.

0 comments