This is a migrated thread and some comments may be shown as answers.

InformationLayer bindnig

1 Answer 55 Views
Map
This is a migrated thread and some comments may be shown as answers.
Anton Z
Top achievements
Rank 1
Anton Z asked on 04 May 2010, 01:12 PM
I have an MVVM application

View contain:
<telerik:InformationLayer x:Name="informationLayer"  > 
   <Border  
        telerik:MapLayer.Location="{Binding Path=LocationData.CurrentLocation}"  
    Background="#00FFFFFF">..... 

ViewModel contain:
public Location CurrentLocation 
    get 
    { 
         return panel.CurrentLocation; 
    } 
    private set  
    { 
         panel.CurrentLocation = value; 
         OnPropertyChanged("CurrentLocation"); 
    } 

If i start app and change CurrentLocation value binding works normally,
but if before it move map bindnig dies..

???

PS work with RadControls for WPF 2010 1 0422

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 05 May 2010, 11:24 AM
Hi Anton Z,

Unfortunately the current version of RadMap does not  support automatic moving of the element when location property is changed. We are planning to implement it in the future release of our control. You can check when it will be available using our PITS system:

http://www.telerik.com/support/pits.aspx#/public/silverlight/2053

For now you have to invalidate arrange of the information layer to move items.

Regards,
Andrey
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.
Tags
Map
Asked by
Anton Z
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or