We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ejWaitingPopup: methods/properties can be accessed only after plugin creation

Hey,
I'm getting this error when binding my grid to remote data source, 
I have copy this code example from http://help.syncfusion.com/js/grid/data-binding#html-table, and change it to suit to my system.
I get the data and it rendered to the screen as expected, but I get the following error:

ej.web.all.js:1556 Uncaught ejWaitingPopup: methods/properties can be accessed only after plugin creation
Error: ejWaitingPopup: methods/properties can be accessed only after plugin creation
    at ej.throwError (https://local-tzelon.tradair.com:3000/lib/js/syncfusion/ej.web.all.js:1554:19)
    at $.fn.(anonymous function) [as ejWaitingPopup] (https://local-tzelon.tradair.com:3000/lib/js/syncfusion/ej.web.all.js:1168:25)
    at Object.<anonymous> (https://local-tzelon.tradair.com:3000/lib/js/syncfusion/ej.web.all.js:89635:69)
    at fire (https://local-tzelon.tradair.com:3000/lib/js/jQuery/jQuery-2.1.1.js:3073:46)
    at Object.self.fireWith [as resolveWith] (https://local-tzelon.tradair.com:3000/lib/js/jQuery/jQuery-2.1.1.js:3185:29)
    at Object.<anonymous> (https://local-tzelon.tradair.com:3000/lib/js/syncfusion/ej.web.all.js:1852:26)
    at Object.<anonymous> (https://local-tzelon.tradair.com:3000/lib/js/syncfusion/ej.web.all.js:1889:21)
    at Object.success (https://local-tzelon.tradair.com:3000/lib/js/syncfusion/ej.web.all.js:5355:23)
    at fire (https://local-tzelon.tradair.com:3000/lib/js/jQuery/jQuery-2.1.1.js:3073:46)
    at Object.self.fireWith [as resolveWith] (https://local-tzelon.tradair.com:3000/lib/js/jQuery/jQuery-2.1.1.js:3185:29)

Please help,
Thanks Tzelon

var dataManager = ej.DataManager({
			url:"/api/Orders",
			adaptor: new ej.WebApiAdaptor()
		});

		$("#Grid").ejGrid({
			dataSource: dataManager,
			allowPaging:true,
			columns: ["OrderID", "EmployeeID", "CustomerID", "ShipCountry", "Freight"]
		});
var dataManager = ej.DataManager({
url: "/trades",
adaptor: new ej.WebApiAdaptor()
});


$("#TreeGridContainer").ejGrid({
dataSource: dataManager,
columns: ["orderOrgName", "pAndLUSD", "ccPairName", "product", "priceSpot"]
});

1 Reply

GV Gowthami V Syncfusion Team April 14, 2016 09:06 AM UTC

Hi Tzelon,

Thanks for contacting Syncfusion support.

We have analyzed your issue and we are unable to reproduce the issue.

We have created a sample with your code example and the same can be downloaded from the following link,

http://www.syncfusion.com/downloads/support/directtrac/general/ze/WebApiSample_Modified_(3)-2071444525.zip

Please provide us below details to reproduce the issue.

1.       Share the code example script referred in your sample.

2.       Reproduce the reported issue in the sample.

3.       Share the details whether you have used script file generated using CSG tool.

4.       Version details of the product (We have created a sample in the version 14.1.0.41)

The provided information will help to analyze the issue and provide you the response as early as possible.

Regards,

Gowthami V.


Loader.
Live Chat Icon For mobile
Up arrow icon