hi.
the groupby column is alway fixed. and i want it not fixed.
i trie to make the fixed FixedColumnSettings.AllowFixedColumns propery is disabled but it didn't work.
also tried to make the column's isFixed property is not fixed. also it didn't work.
how can i make the column (isgroupby = true) not fixed.
You should be using the xamDataGrid instead. It will behave as you want. In the xamDataGrid, grouping and merged cells are two different concepts that exist independently.
Thanks.
How to merge cells in XamDataGrid?
I can't find samples or docs.