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

Item locations not updating

1 Answer 56 Views
Map
This is a migrated thread and some comments may be shown as answers.
Brett Martin
Top achievements
Rank 1
Brett Martin asked on 28 May 2010, 11:04 PM
I'm programmatically changing the location of items that are data bound to the map but they don't actually update their positions visually on the map until I pan the map with the mouse.  Is there some way to force the map to refresh automatically?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 31 May 2010, 03:06 PM
Hello Brett Martin,

Thank you for your feedback. This feature is in our plans for the future releases. You can check its availability using our PITS system:

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

As workaround I can recommend you invalidate aŃ€range of the information layer when item's location is changed:

this.informationLayer.InvalidateArrange();

Sincerely yours,
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.
Tags
Map
Asked by
Brett Martin
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or