jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Possible Issue with latest release
This topic contains 4 replies, has 2 voices, and was last updated by Peter Stoev 10 years, 8 months ago.
-
Author
-
I have some screens with 6 tabs and each one has large grids. After loading the new release we started have the “loading” icon come up and not go away. I placed a binding complete event on each grid writing a period out within the tab as a indicator to know that the data had completely loaded.
$(jqxgrid).on(“bindingcomplete”, function (event) {
$(“#message”).html(“.”);
});This test showed that the last couple of tabs would not finish loading. I also have a refresh button on each tag/grid and the refresh button would not work until binding complete event was true…
This worked during development because it was local to my computer but once load on the server we start noticing the issue.
Let me know if there is a better way test that the data loaded and or has errors in loading….
In Safari I am getting this error when the loading icon does not complete… Not sure if this is helpful.
[Error] TypeError: undefined is not an object (evaluating ‘this.columnsheader.height’)
_render (jqxgrid.js, line 7)
update (jqxgrid.js, line 7)
z (jqxgrid.js, line 7)
k (jqxgrid.js, line 7)
callDownloadComplete (jqxdata.js, line 7)
success (jqxdata.js, line 7)
j (jquery-1.11.1.min.js, line 2)
fireWith (jquery-1.11.1.min.js, line 2)
S (jqxdata.js, line 7)
H (jqxdata.js, line 7)Hi David Simmons,
If you would like to report an issue, then please provide a full example which demonstrates it, preferably in jsfiddle.net. The issue which you reported cannot be reproduced by our team. I would suggest you to initialize your controls in jqxTabs within initTabContent callback function as it is shown in the jqxTabs Integration demo and because that is how controls should be initialized when using jqxTabs.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/I think it would be impossible to reproduce this issue in a static environment by its own nature. Running this on my local computer it works fine but add the network / internet into the mix which we adds to the latency I start having the issue. The code never changes, just JQWidgets version.
Is there any suggestions on how to use grid load events to test what or where it might be failing. Again using the old release it works fine, with new release the loading icon does not complete.
Hi DavidSimmons,
We cannot make a suggestion as we are not aware what the problem is nor how to reproduce it. That is why I asked you for a sample. If you cannot provide such, I am afraid that we are unable to debug or investigate your scenario and tell what fails.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.