This question is locked. New answers and comments are not allowed.
Is there a way to determine if a group within the GridView is expanded?
I am trying to work with the IGroup item that is available through pGrids.Items.OfType<IGroup> collection.
My objective is to be able to expand a specific group that isn't expanded as well as check to see if a particular group is currently expanded.
I am trying to work with the IGroup item that is available through pGrids.Items.OfType<IGroup> collection.
My objective is to be able to expand a specific group that isn't expanded as well as check to see if a particular group is currently expanded.