Is it possible to find out which group are currently open and what is the value of the group (I look for some kind of a "GroupHeader" collection)?
All rows in a grid are available in "Items" collection. There I can access the value of each column with "Cells" collection. Is it possible to access such a cell by UniqueColumnName?
When I expand a group the group collapses again on a rebind, how can I avoid this behavior?
After expanding a group I press on a button in "CommandItemTemplate" of grid. The result for "Visible" property for all items is always "0". So how can I find out which rows in the group are currently visible (maybe this has something to do that groups always collaps automatically)?
All rows in a grid are available in "Items" collection. There I can access the value of each column with "Cells" collection. Is it possible to access such a cell by UniqueColumnName?
When I expand a group the group collapses again on a rebind, how can I avoid this behavior?
After expanding a group I press on a button in "CommandItemTemplate" of grid. The result for "Visible" property for all items is always "0". So how can I find out which rows in the group are currently visible (maybe this has something to do that groups always collaps automatically)?