Hey Luke, Luke Vanderfluit wrote: > > The problem was that the data simply did not render. > I tested with 2 different datasets, gradually increasing the number of > rows in the database table. > One dataset rendered correctly up to 4128 rows in the database. > Then increasing the data with one row caused nothing (blank page) to be > displayed. This was retried with a server (tomcat) restart and without > in both cases the same result. No errors or debug messages. > The other dataset showed the same behaviour however the cut off point > was up around 6030 records. > After I had reached the upper limit where no data was displayed ( a > blank page) I shrunk the data back a few rows in both cases and reloaded > the page with data displaying again.
Perhaps your request timed out or something? FWIW I've loaded 50,000+ rows(with about 10-15 columns) into a datagrid before(just as an experiment) from an xml file, not generated from the DB. I suspect the problem is some sort of server side issue given that you received a blank page. HTH. cheers, shaun

