Bug with QDataGrid

Login or register to post comments
4 replies [Last post]
OOPMan's picture
Offline
Joined: 11/07/2008

Hi all

It's been a while since I posted anything.

I was wondering if anyone else has noticed that QDataGrid seems to be glitched in some fashion or other.

Why do I think QDataGrid is glitched?

Well, try loading a page on your site with a QDataGrid. Before loading open Firebug, select the Net tab and click clear. Now load the page.

What I have noticed in a number of the sites I'm working on this that, after the intial page-load, a number (Usually a large number!) of GET requests to the page are performed. These GET requests are identical to the intial page request and do not seem to be doing anything other than slowing down overall page access times.

Now, I may be jumping the gun in blaming QDataGrid, but the only times I have noticed this issue is on pages using QDataGrid and QPanel. Now, I doubt QPanel is causing issues, so I guess it might be QDataGrid.

Has anyone else noticed this issue?

marcosdsanchez's picture
Offline
Joined: 03/31/2008
OOPMan's picture
Offline
Joined: 11/07/2008

I don't know, I still need to find out what exactly is triggering the GET requests...

Offline
Joined: 03/31/2008

The QDataGrid control itself doesn't cause any javascript to run or have external references, so I don't expect it would be the problem in and of itself. That doesn't preclude it triggering a problem in the other QCodo js files though.

I'll try and see if we see the same behavior here, though it would surprise me.

OOPMan's picture
Offline
Joined: 11/07/2008

Hmmmmmmmm, it doesn't seem to be happening on the client side. I check the output JS and nothing would trigger a GET as far as I can see.

My suspicion is that it's something in QCubed, because I've noticed this problem running my projects on different OS installs and connecting to my projects using various browsers.

I need to do more testing though and it may actually be related to the Buffering issue posted.