You also should assign RadMap control to the MapControl property of these UI controls:
publicMainPage()
{
InitializeComponent();
this.commandBar.MapControl = this.radMap;
this.navigation.MapControl = this.radMap;
this.zoomBar.MapControl = this.radMap;
}
Regards,
Andrey Murzov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items