I am working on WPF 4.0 and have a requirement to custom the default style on header which we get while doing sorting on RadGridView. Instead of black triangle on header top , I need that triangle at the right side of the header while sorting.
You may achieve the desired result by predefining the template of GridViewHeaderCell and accessing the Path element named PART_SortIndicator. You have to set its HorizontalAlignment to Right to achieve the desired result, please refer to the attached screen-shot.
If you need any further assistance do not hesitate to contact us!
Regards,
Vanya Pavlova
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
Thanks for the reply , it will be great if you send me the code for the same as I am facing some issue with the expression blend and not able to generate the template.
I have a requirement to show triangle on the middle - right side of the header.