Hi
According to -->
http://help.infragistics.com/Help/NetAdvantage/WPF/2010.1/CLR3.5/html/Infragistics3.Wpf.DataPresenter.v10.1~Infragistics.Windows.DataPresenter.FieldSortDescription~IsGroupBy.html
I've a grid which has a groupby field set .
But the groups are closed. How can I set that all gorups are opend automatically when the data is added to the grid ?
Hi,
Just set the xamDataGrid IsGroupByAreaExpanded property to True.
<igDP:XamDataGrid ... IsGroupByAreaExpanded="True">
Regards
I don't want the GroupbyArea getting expended. I want the generated groups (at least some of them ) itself expanded.