The uniDBGrid is fairly good. But i notice that if the ADO dataset contains lots of records (like 30,000) then it becomes horribly slow.
I do NOT have calculated fields. I do NOT use client cursor location (i use serverside cursor to my SQL database)
I use the PAGED web option so that only a few records are displayed at a time. My page size is 4 records.
My VCL program that uses TDBGrid loads the grid in about 4 seconds. The similar web version that uses TuniDBGrid loads in about 50 seconds. That's a huge difference.
Is there an explanation?
Thanks
Davie