I am using Telerik's RadWindow for editing the metadata of shapes/markers etc on my map. When those are added, the RadWindow is displayed.
There are two ways to use the RadWindow.
demos.telerik.com/aspnet-aja...ultcs.aspx
When using the ContentTemplate, I am able to use a normal postback of the button. Map1.EditOverlay.Features count = 1
However, when I use the NavigateURL method, I use ajax to call the same function on the parent server side code.
The result is that Map1.EditOverlay.Features count = 0.
The event is raised on the server side but for some reason Map1.EditOverlay.Features doesn't have any features.
Also interesting is that it can't see that my _MarkerInfo hidden field has a value, even though it clearly does. I got around that by passing in the markerInfo value.
I started to paste in my code but it is a lot. Does anyone have any ideas from my description?