which exact statement? there are four there .i can't really debug from here without access to your services
<table data-dojo-type="dojox/grid/DataGrid" jsid="grid" id="grid" data-dojo-props="rowsPerPage:'5', rowSelector:'20px'" style="height:300px; width:300px;">
//Create data store and bind to grid. var grid; store = new ItemFileReadStore({ data:data }); grid.setStore(store); grid.setQuery({ OBJECTID: '*' }); }); }
require([ "esri.Map", "esri/layers/ArcGISDynamicMapServiceLayer", "dijit/layout/BorderContainer" //no argument alias required ],...
relatedTopsQuery.objectIds = [features[0].attributes.OBJECTID];
relatedTopsQuery.objectIds = [features.features[0].attributes.OBJECTID];
This document covers the dojox/grid/DataGrid. Beginning with Dojo 1.7, you should use dgrid or gridx, next-generation grid components that take full advantage of modern browsers and object stores.
mainMap.on("onClick", findParcel()); //should be mainMap.on("click", findParcel);
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.