Hello,
We just upgraded an app to the new 4.31 version to try out the grid display in the sketch widget. I came across an issue where if I display the grid, then destroy the widget, the grid doesn't get cleaned up and becomes a permanent display feature in the map window.
Is this intended, and if so, is there a way to programmatically remove the grid from the display after the sketch widget has been destroyed.
Thanks!!
*Edit: Found a workaround. Check for mapview.grid. If it is not null, set it to null. This property is not apart of the map view typings.