Open infowindow without clicking on the graphic layer

3047
0
07-11-2014 11:26 AM
BhavinSanghani
Occasional Contributor II

How to open infoWindow on highlighted feature without clicking on the graphic? e.g. on given link if I click on the highlighted feature then I am able to see the little popup with gis attributes. But let's say if I have grid on the page, and if I click on the grid then I want to show that little popup for corresponding record on the map. How can that be done? I tried infoWindow.show(geometry, anchor) and it works fine. But I am looking to click on the node manually. I tried to fetch node information and firing click event but it didn't work. Any better idea?

http://developers.arcgis.com/javascript/samples/query_buffer/

Tags (1)
0 Kudos
0 Replies