Page 1 of 1

TCRDBGrid Sorting for BDE-Queries?

Posted: Tue 22 Jul 2008 14:22
by formi
As I can't change all projects to SQL Server I used the TCRDBGrid in a BDE-project. Does sorting (by title-clicking) with TQuery's really not work?
Thanks for aour answer?

Posted: Wed 23 Jul 2008 07:23
by Antaeus
Sorting by click on a column title works automatically only for DAC datasets. For other datasets you should add a handler to the OnTitleClick event of the grid.