Silent D Software
2018-04-23T17:07:17Z
How can I remove the numbers from the column headers when the grid is sorted by multiple columns?
Igor/10Tec
2018-04-24T12:05:24Z
To remove numbers but show sort arrows:

iGrid1.Header.SortInfoStyle = igSortInfoOnlyIcons

To remove all sort indicators:

iGrid1.Header.SortInfoStyle = igSortInfoNone