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
630
Need help in Sorting and formating for the bound coloumn in pivot grid
posted

I am facing the following issues in generating a Pivot grid.
1. Sorting is enabled and it works fine in few cases. It doesn't work for the column headers "Components,Clothing,Bikes.."
I have specified the following attributes, but still the sorting doesn't work on the mentioned columns.
   allowSorting: true,
   allowHeaderRowsSorting: true,
   allowHeaderColumnsSorting: true,
   firstSortDirection: "ascending",
   firstLevelSortDirection: "ascending",

2. How to do the number format for the specified columns "Components,Clothing,Bikes.."
I am not sure how to apply the formating for these columns.

I have attached the code for your reference