Column Sorting

How do disable column sorting in a grid (specifically GDBC) on a column be column basis?

1 Reply

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

Loader.
Up arrow icon