Page 1 of 1
local or server filtering/sorting in CRDBGrid?
Posted: Fri 23 Jun 2006 16:02
by alex2006
Hi all!
What is the best method - on local or on server side applying filter/sort in crdbgrid component?
thanx
Posted: Fri 23 Jun 2006 18:41
by swierzbicki
Server side will always be the best choice
Posted: Mon 26 Jun 2006 08:48
by Antaeus
As a rule sorting and filtering on the server side are better than local ones. But there are some situations when local sorting and filtering let you achieve better performance.
Anyway you should decide yourself depending on the situation.
Posted: Mon 26 Jun 2006 13:43
by alex2006
thanks a lot!