I’m trying to integrate this grid into an application. Not being able to get it working is stopping my buying it for this project.
I’d love some help from the insanity, if you don’t mind. ;o)
My grid loads on the page, and the first page of results appears. As i scroll downwards, the grid errors, with an ‘invalid xml’ and sometimes fails silently with an error in the Firebug console: ‘responseXML is null’
I have found that the variable I use to hold the php url I use to generate the xml, is becoming blanked.
after a few successful db pulls from my php file, for no apparent reason, the var (gridQString) becomes null and then the grid pulls data from ‘?posStart=653&count=5’ etc. This effectively pulls data from ‘index.php?posStart=653&count=3’ and therefore obviously generates an error.
I have used the debug version of common.js to get this info, could you shed any light on why this would happen?
Is this a wierd bug?