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
525
XAMGRID GroupBy multiple Columns with one GroupHeader
posted

Hi

I want to group the xamgrid by 2 columns, but only one Groupheader should be displayed for both groupcolumns.
In your help and samples I found examples with multiple group columns, that always display one header for each groupcolumn.
e.g.:
<ig:XamGrid.Columns >
<ig:TextColumn IsGroupBy="True" Key="Reihenfolge">....
<ig:TextColumn IsGroupBy="True" Key="Nr">....

Is there a way to group by multiple Keys or to hide one groupheader?

(e.g. in SQLReports I can choose "group by [column1], then group by [column2]"

Thanks voks

Parents Reply Children
No Data