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.
Up arrow icon