Disposing RadMap
The RadMap control usually needs to be disposed when you no longer use it. This will release all resources used by the map. To do this you can manually call the Dispose method of the RadMap control.
The map is not disposed by default. You need to do this manually.
Example 1: Disposing RadMap
this.radMap.Dispose();