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
155
Auto expanding Groups
posted

All:

Is there a way to auto expand a group through code?

 

Thanks.

 

Parents
No Data
Reply
  • 69686
    posted

    If you want to expand all groups (group by records) you can use the ExpandAll method of the Records collection. You can also handle the InitializeRecord event of the XamDataGrid and expand the record (by setting the IsExpanded property to true) if it is a GroupByRecord.

Children