Is it possible to add SortExpression property? Like;
and default sort for the PivotGrid does not function if it does not binded to a DataField property.
For example; I did not bind ItemId to a RowField but would like to have default sort on that field. I think we need something like AdditionalDataFieldNames property.
You know, RadGrid has this functionality.
PS:Attached screen shot shows my problem.
TIA
<telerik:PivotGridRowField DataField="ITEMNAME" Caption="Ürün Adı" UniqueName="ITEMNAME" ZoneIndex="4" SortExpression="ItemId"></telerik:PivotGridRowField>and default sort for the PivotGrid does not function if it does not binded to a DataField property.
For example; I did not bind ItemId to a RowField but would like to have default sort on that field. I think we need something like AdditionalDataFieldNames property.
<SortExpressions> <telerik:PivotGridSortExpression FieldName="ItemId" SortOrder="Ascending" /></SortExpressions>You know, RadGrid has this functionality.
PS:Attached screen shot shows my problem.
TIA