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

Multicolumn Sorting indicators

Hi, guys!

How can I turn off displaying numbers in column headers in multi-column sorting mode?

In multicolumn sort mode, column header displays number, indicating sort column order and sort direction next to header text:
Something like: | ID (1) | Name (2) | ...

I need to turn off displaying these numbers in multi-column sort.

Thanks

1 Reply

JJ Jisha Joy Syncfusion Team January 12, 2010 09:40 AM UTC

Hi Vitaliy,

Thank you for posting query to us.

You could try using ColumnHeaderCell.CellType to header to achieve the desired behavior.

this.gridGroupingControl1.Appearance.ColumnHeaderCell.CellType = "Header";

Regards,
Jisha

Loader.
Live Chat Icon For mobile
Up arrow icon