Select to view content in your preferred language

Populate a ComboBox with result of query performed on Feature Layer

719
1
04-05-2013 11:30 PM
VishakhaDubey
Deactivated User
Hello All

I am trying to populate a ComboBox with the result of a query performed on a feature layer of the map service I am using. I am trying the code as given in the sample http://maps.rosreestr.ru/arcgis_js_api/sdk/help/jssamples/time_streetTrees.html. But when I add dojoType= "dijit.form.ComboBox" property to the <select> tag my map does not load and thus application does not run And if I do not add this property data does not get bind with the ComboBox.

Please give some suggestions.
0 Kudos
1 Reply
ManojrajTeli
Deactivated User
I guess you must have missed this statement
dojo.require("dijit.form.ComboBox");
dojo.require("dojo.data.ItemFileReadStore");


if this doen't help share some piece of code.
0 Kudos