This topic contains 2 replies, has 2 voices, and was last updated by Hristo 9 years, 1 month ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Grid › pagerrenderer in another file.
Tagged: #jqwidgets-grid, grid, javascript grid, jquery grid, jqxgrid, pagerrenderer, seperate file
This topic contains 2 replies, has 2 voices, and was last updated by Hristo 9 years, 1 month ago.
I am attempting to reduce the code in the html file for the grid. I would like to put the pagerrenderer in another .js file.
Do you have an example of a custom pagerrenderer in another file?
Thanks in advance,
–Jim
When I do this, I get the following:
jqx-all.js:116 Uncaught Error: jqxGrid: The data is still loading. When the data binding is completed, the Grid raises the ‘bindingcomplete’ event. Call this function in the ‘bindingcomplete’ event handler.
at a.(anonymous function).propertyChangedHandler (http://localhost:26446/Scripts/jqx-all.js:116:13340)
at Object.a.jqx.setvalueraiseevent (http://localhost:26446/Scripts/jqx-all.js:8:22497)
at Boolean.<anonymous> (http://localhost:26446/Scripts/jqx-all.js:8:21765)
at Function.each (http://localhost:26446/Scripts/jquery-1.10.2.js:679:23)
at Object.a.jqx.set (http://localhost:26446/Scripts/jqx-all.js:8:21655)
at Object.a.jqx.jqxWidgetProxy (http://localhost:26446/Scripts/jqx-all.js:8:23531)
at HTMLDivElement.<anonymous> (http://localhost:26446/Scripts/jqx-all.js:8:28673)
at Function.each (http://localhost:26446/Scripts/jquery-1.10.2.js:671:23)
at init.each (http://localhost:26446/Scripts/jquery-1.10.2.js:280:17)
at init.a.fn.(anonymous function) [as jqxGrid] (http://localhost:26446/Scripts/jqx-all.js:8:28580)
If you could just take the JSFiddle:
http://jsfiddle.net/jqwidgets/5fsjV/
and modify it so that the pagerrenderer is a seperate file as an example, that would be great.
Thanks in advance,
Jim
Hello Jim,
Unfortunately, we do not have such example and also, this is not relevant as an issue to our widgets.
Please let me know if you have any questions.
Please, take a look at this article, it could be useful.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
You must be logged in to reply to this topic.