Hi,I have a feature layer with a window info renderer:
<esri:FeatureLayer id="iti" url="...">
<esri:infoWindowRenderer>
<fx:Component>
....
</fx:Component>
</esri:infoWindowRenderer>
</esri:FeatureLayer>
I'd like to be able to deactivate the InfoWindowRenderer behaviour when the user is performing some feature edition on the map and then reactivate it when the user finishes. Is it possible to de/activate the InfoWindowRenderer?Regards.