I have a custom widget which selects features on the map. The selection method is via drawing a rectangle ( this.drawBox.activate("EXTENT");)
Is there a way to still allow the user to pan while using this tool without having to close the widget, pan, then re-open the widget?
When I set the selection method via a point (this.drawBox.activate("POINT");) the panning functionality is still enabled.
Thanks in advance,
M