Robert Scheitlin, GISP Ken Buja
I'm trying to use dgrid provided in sample dgrid Laboratory but I have customized it to allow inline editing of rows.
But it's throwing error when i tried to use in my widget in WAB of like editor not found dstore not found.
I'm trying to implment Adding X,Y Coordinates to create Point, Line, Polygon
Shafi,
With out seeing your widgets code there is little anyone can do but speculate as to what your issue is.
dstore is the replacement for dojo/store but is not included in the current version of the JavaScript API (which also includes dgrid 0.3.17). If you want to use dgrid 0.4 and dstore, you'll have to add those packages into your code. Take a look at this page for more information about dgrid 0.4 and dstore
Yes you are right lately I observed same thing but I wan to know how I can add those packages into my code
Take a look at the CDN section of this page which shows how to load the packages: SitePen/dgrid · GitHub
Thanks for your reply but my question is where to add it. If add this in "init.js" is this correct way ( as a matter of fact I have already done it using by adding the CDN in init.js)
1. I will export this as template and use it in arcgis portal