Hai , Thank U...
Is it possible to avoid highliting the graphic in blue colour when the information windows shows.I am using picture marker symbol so for some of the images will give wrong information to users.
Eg : Extend Popup
var infoTemplate = new InfoTemplate();
infoTemplate.content = strhotspot;
var pointGraphic = new Graphic(geomPoint, symbol);
pointGraphic.setInfoTemplate(infoTemplate);
MyGraphicsLayerGL.add(pointGraphic);