Multiple Column Sort in GGC

If you use the ctrl-click to sort by multiple columns the grid displays a number in the header showing the sort order. This number is zero-based - is there any way to get it to start at 1 instead of 0? It would make it much clearer to our end users.

1 Reply

AD Administrator Syncfusion Team June 23, 2006 07:45 PM UTC

Hi Ossama, You can do this is to subscribe the grid''s TableControlDrawCell event. There you can use e.Inner.Graphics.DrawImage to draw the bitmap and then set e.Inner.Cancel = true to indicate you have handled the drawing. Let me know if this helps. Best Regards, Haneef

Loader.
Up arrow icon