We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Change backcolor of sort indicator

Does anyone know how to change the background color of the sort indicator?

Thanks
Rajesh

3 Replies

GB Gokul B Syncfusion Team January 8, 2007 07:23 PM UTC

Hi Rajesh,

For your kind information, GridGrouping control doesn't have any properties/methods to change the BackColor for the Sort Indicator. Instead, you can change it indirectly something like shown below.

//It will changes the back color of the columnheader cell. so it will automatically changes the back color of sort indicator.
this.GridGroupingControl1.Appearance.ColumnHeaderCell.BackColor = Color.CornflowerBlue;

Let us know if you need any other help.

Thanks for using Syncfusion products.

Regards,
Gokulkumar.B



RA Rajesh January 8, 2007 11:31 PM UTC

The aim of changing the backcolor of the sort indicator was to make it stand out from the background of the column header, so users can easily see that the column is sorted. It blends in with the header background too well. But from what you are saying, this cannot be done.


GB Gokul B Syncfusion Team January 9, 2007 07:05 PM UTC

Hi Rajesh,

As we already mentioned, currently we doesn't support to change the BackGroundColor for the Sort Column Indicator. So we have logged a feature request in our internal feature management system and will Let you know once it get implemented.

Thanks for using Syncfusion products.

Regards,
Gokulkumar.B

Loader.
Live Chat Icon For mobile
Up arrow icon