3.2.0

Slow when recordset exceeds 200 records

I'm working with a 2 column table, but for some reason my data (around 200 rows) is taking a very long time to process - after it is already loaded into the page.

I have seen people here talk about using over 1000 record datasets, so I was wondering if there was something I was doing wrong to cause it to work so slowly...
Ginzoshou
August 3,
I have also faced the same problem.

Try avoid using these thing while coding the grid. Post back if it helps.

1. Specify fixed height and fixed width
2. Try moving grid outside table cell
3. Try using CSS table-layout:fixed for outer table/tables, if moving out is not possible by layout design.

Sudhaker Raj
August 3,
The previous advise is good one. Maybe this will help as well:
http://www.activewidgets.com/messages/897-1.htm
http://www.activewidgets.com/messages/1754-1.htm
Alex (ActiveWidgets)
August 8,

This topic is archived.

See also:


Back to support forum