AD
Administrator
Syncfusion Team
October 21, 2006 06:42 AM UTC
The sort arrow is drawn in GridTableColumnHeaderCellRenderer.DrawCellDisplayText. This method is virtual so you can derive your own GridTableColumnHeaderCellModel and GridTableColumnHeaderCellRenderer classes and override DrawCellDisplayText. In your override, you can draw whatever you want to see. If you own our source code, you can look in GridTableColumnHeader.cs to see how the library code draws the sort glyph in DrawCellDisplayText.