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
60
OrderByKeyExpression is ignored
posted

I am attempting to set the ordering for a hierarchy using OrderByKeyExpression as in the example:

http://help.infragistics.com/Help/NetAdvantage/WPFDV/2011.1/CLR4.0/html/xamPivotGrid_DV_Sorting_Rows_and_Columns.html

However, even with DataSourceBase.PreserveMembersOrder set to false, the custom ordering is ignored. Is there perhaps something else I need to do to enable custom sorting?

Many thanks