Hi,
I have an application where I open InfoWindows when I click on graphics in the map. Within the contenttemplate of the infowindow I show information about the graphic by binding to its attributes. In general this works fine, but if an attribute of a graphic is updated while the infowindow for this graphic is open, then the value shown in the infowindow is not updated until I close the infowindow and open it again. Is it somehow possible to update the attributes shown in the infowindow automatically (like it would if I bind to a property), without having to close and reopen the infowindow?
Alternatively, is it possible to bind to properties within the contenttemplate of an infowindow?
Cheers