jQuery UI Widgets › Forums › Angular › Angular jqxgrid
Tagged: Angular jqxgrid
This topic contains 1 reply, has 2 voices, and was last updated by Peter Stoev 7 years, 9 months ago.
-
AuthorAngular jqxgrid Posts
-
I’m running JQWIDGETS 4.5.4 with Angular 4.2.3 using Angular-cli 1.2.6.
I’m in the process of upgrading and getting the following error. Can you please guide me in the right direction.
All of this code is running in JQWIDGETS 4.5.1.ERROR 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).sortby (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:6:3570)
at a.(anonymous function).removesort (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:6:3498)
at a.(anonymous function).propertyChangedHandler (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:13:12471)
at Object.a.jqx.setvalueraiseevent (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:8:22497)
at Array.eval (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:8:21765)
at Function.each (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:368:19)
at Object.a.jqx.set (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:8:21655)
at Object.a.jqx.jqxWidgetProxy (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:8:23531)
at HTMLDivElement.eval (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:8:28673)
at Function.each (eval at webpackJsonp…/../../../script-loader/addScript.js.module.exports (http://localhost:4200/scripts.bundle.js:231:8), <anonymous>:362:19)Thanks,
GaryHI Gary,
This error is raised when you try to call a method of jqxGrid or set a property while the data is still loading. As there are no changes in the Grid, I think that something else happens here. I suggest checking your method calls and property setters in your angular application.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.