hi
Its possible to add user controls on the map ie... whether we can add text box button over xamwebmap.if any one know means pls guide me
Do you mean hovering over the map at specific coordinates? Or do you mean hovering over a specific element? Or do you mean positioned in a map layer?
-Graham
Hi,
Hovering over the specific element. Is it possible. If so please give some link for online tutorials
Let me know if you have any questions about the code. I recommend reading up on DataTemplates and Attached Properties in Silverlight if you have not done so already, to aid in understanding.
Hi
I haven't used data template and attached properties. I'm quite new to silverlight so please recommend some reading about this.
http://www.silverlightshow.net/items/Attached-Properties-in-Silverlight.aspx
http://msdn.microsoft.com/en-us/library/cc265152(VS.95).aspx
I tried to do the same with datagrid instead of of textblock (what you did in sample code) but its not working. i can view the datagrid but no data are bind to that. i have to load the data from db related to that particular element to that datagrid. how can i do that can you please help me in that....
Here's another sample that uses the XamWebGrid in the value template. Let me know if this helps.
see: http://community.infragistics.com/forums/p/39158/226833.aspx#226833
Hi Graham
When i use data template to load grid over map element how can i bind different data source to grid from SQL database. whether i always need to have a class that extends observablecollection to bind data to grid. If i want to bind different data whether need to have as much classes which extends the observablecollection. I don't know how to do this. Can you please help me in this. And i have doubt that how to bind data to grid as well as chart in same time that added using data template. It will be more helpful if i get working sample for this.
Ya the elements are visible again if i zoom in or zoom out...
Are they visible again if you zoom in further?
Great work really working nice.... but the problem is now when i pan the map some elements are not visible if i do zoom in or zoom out only its coming to visible if i do the code suggested by you.
you can see the difference in the following two snapshots
before pan
after pan(in selected area some elements are missing)