Re: a search panel (1 row grid) attached to a grid
From: Alex Taylor (basswar_at_vnet.hu)
Date: 07/14/04
- Next message: Bob: "Re: BoundsChecker?"
- Previous message: Igor Siticov: "Re: SiComponents Support"
- In reply to: Dhaval Shah: "a search panel (1 row grid) attached to a grid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 14 Jul 2004 09:10:11 +0200
Hi Dhaval!
There are some dbgrid components that do some kind of sorting,
filtering, incremental searching on the fly at component level.
(DevExpress QuantumGrid, EHLib's TDbGridEh, etc.) But I suggest You
should write your own searching/filtering comp/method 'cause they are
all do this on the client side (IIR). With large datasets client-side
filtering/inc. searching is a nightmare. But it's on You, try these
grids, see the demos. But these demos all come with a minimal sized
database and You don't see their behaviour with large amount of data.
But everything depend on your needs. With large datasets I use
server-side filtering, ie. creating the SQL string dynamically based on
user input.
Regards:Alex
- Next message: Bob: "Re: BoundsChecker?"
- Previous message: Igor Siticov: "Re: SiComponents Support"
- In reply to: Dhaval Shah: "a search panel (1 row grid) attached to a grid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|