AD
Administrator
Syncfusion Team
September 26, 2003 06:04 PM UTC
You need to derive from GridDataBoundGrid and override the OnCellClick method.
If you don't call the base class version of this method the grid won't sort. If you call the grid will call SortColumn.
Stefan