HI,
I have a xamdatagrid.
1.i have binded it with a ILIST. and grouped it by a field.
2.now i have binded the same xamdatagrid with a different ILIST with new set of values. now i want to clear the group by field which i have done in first step.
How to do that?
Thanks Alex,
It solved my problem..
Hello,
You can clear the SortedFields collection of the FieldLayout. If you have grouped through the XamDataGrid's UI, you can also call the ClearCustomizations method of the XamDataGrid to clear this.