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
332
Date Column is not in sort order.
posted

Hi,

I am using PivotGrid to display a collection of my custom class i.e. MyOrders. MyOrders class have on Date type field OrderDate.  I added OrderDate field to pivotGrid column, But pivot grid did show the column value in sorted order.

e.g.

Collection of "MyOrders" contains data for year 2011,2009,2008 & 2007. But hierarchy of "OrderDate" column showing year hierarchy in this order 2007, 2006, 2011, 2009 & 2008. instead of sort sequence 2011, 2009, 2008 & 2007.