Hi,
When I set AllowHeaderRowsSorting/HeaderColumnsSorting = true, I don't see the sort buttons.
Why is that?
Thanks
Sangeetha
I see it on MouseOver. So it is there. I am good now.
Hi Sangeetha,
Let me just add these comments for anyone who comes across this thread.
The sort indicator is located in the column header and is used to initiate the column sort. It appears initially when you hover over the column header but until you click on the indicator and the column has been sorted either ascending or descending it doesn’t indicate a direction.
You can enable this feature by setting the XamPivotGrid’s AllowHeaderRowsSorting and/or AllowHeaderColumnsSorting properties, which will add the sort indicator to each row/column.
Let me know if you have any questions.