Select to view content in your preferred language

multiple select from Dojo grid

6157
20
Jump to solution
01-28-2014 11:44 PM
ShaneCarey
Deactivated User
Hey,

Has anybody used this example:

http://blogs.esri.com/esri/arcgis/2009/12/03/display-attributes-in-a-dojox-datagrid/

except changing the selectionMode to multiple

I have tried changing it but it will not work. I simple changed lines:

        <table dojotype="dojox.grid.DataGrid" jsid="grid" id="grid"
              selectionMode="none">

to

        <table dojotype="dojox.grid.DataGrid" jsid="grid" id="grid"
              selectionMode="multiple">

But nothing changes. Any row I click on the table, I need to highlight on the map.

Thanks
0 Kudos
20 Replies
ShaneCarey
Deactivated User
Hey Ken,

Here is the link on jsbin

I have the services on an internal service here so I had to export them to you as a zipped file. Would you be able to put them on a server for you to test them in the code.

Wherever a service is being used, I have typed the shapefile Name in the code. When all is up and running it should look like this:



[ATTACH=CONFIG]31010[/ATTACH]

The shapefiles can be downloaded from here

Thanks
0 Kudos