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
555
reset row grouping
posted

How can I reset row grouping programmatically ?   The following statement does nothing:

if (ultraGrid1.Rows.IsGroupByRows) ultraGrid1.DisplayLayout.ResetGroupByBox();

In my grid I have grouped the rows by draging one column header over my group area initialized with

ultraGrid1.DisplayLayout.ViewStyleBand = ViewStyleBand.OutlookGroupBy;

ultraGrid1.DisplayLayout.Override.AllowGroupBy = DefaultableBoolean.True;

 

Thank for a hint

Kagel

 

Parents Reply Children
No Data