AD
Administrator
Syncfusion Team
August 6, 2004 11:11 AM UTC
Check out the Grid\samples\quickstart\GridControlSort sample. It displays a sort header in a gridcontrol. It handles the header in the SortCols method. Instead of calling grid.Data.SortbyColumn in that method, you could call your sort routine.