This question is locked. New answers and comments are not allowed.
I have a grouped Radgridview. It is grouped with a groupdescriptor (in xaml), the user cannot change the grouping. When the user collapses a group I want the first row to stay visible. Is this possible? I guess I would have to do this in code?
I tried making my own collapse button and get the GridViewGroupRow that the button is in, but I dont know where to go from there. How can I get the GridViewRows belonging to a group?
I tried making my own collapse button and get the GridViewGroupRow that the button is in, but I dont know where to go from there. How can I get the GridViewRows belonging to a group?