Strange behavior on large data sets
On large data sets, I have to do this:
[snipped code before...]
document.write(obj);
setTimeout('obj.refresh()', 0);
I run the control inside a table cell that is configured so as to stretch automatically to the page size, minus a logo I have at the top. (not sure if you understand what I mean). On large data sets, the grid IS THERE, but I have to resize the window to make it appear.... (or manually refresh it using the code above.)
[snipped code before...]
document.write(obj);
setTimeout('obj.refresh()', 0);
I run the control inside a table cell that is configured so as to stretch automatically to the page size, minus a logo I have at the top. (not sure if you understand what I mean). On large data sets, the grid IS THERE, but I have to resize the window to make it appear.... (or manually refresh it using the code above.)
Enry-san
January 6,