Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
Expand Grid Groups on load
posted

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 ?

Parents
No Data
Reply
  • 2180
    Offline posted

    Hi,

    Just set the xamDataGrid IsGroupByAreaExpanded property to True.

    <igDP:XamDataGrid ... IsGroupByAreaExpanded="True">

    Regards

Children