When I populate a grid, simple by looping through and setting the CellValue of the cells, how can I then sort the rows based on a certain column?
TL
Tom Langer
June 12, 2003 06:01 PM UTC
oh yeah - I'm not binding the grid to any data source, nor do I want too.
AD
Administrator
Syncfusion Team
June 12, 2003 06:11 PM UTC
Check this sample to see if it is what you need.
Syncfusion\Essential Suite\Grid\Samples\Quick Start\GridControlSort
TL
Tom Langer
June 12, 2003 07:40 PM UTC
yep, just what I needed - thanks.