Hi,
I have a page which has a RadGrid, one of the columns has a imagebutton which opens a RadWindow by javascript.
The RadWindow has a bing map usercontrol within it.
| <telerik:RadWindow ID="SiteMapDialog" runat="server" Title="Site Location Map" Width="400" |
| Height="400" VisibleOnPageLoad="false" Behaviors="Move, Resize,Close" |
| OffsetElementID="siteGrid"> |
| <ContentTemplate> |
| <uc2:LE_Map ID="LE_Map1" runat="server" /> |
| </ContentTemplate> |
| </telerik:RadWindow> |
When the radwindow appears the map seems to only partially render some map tiles or the tiles are shifting to the top left. You can only see one tile in the top left of the map itself. See image attached.
The map displays fine if i just place it on the page underneath the grid.
I am using Q1 2010
Any help would be great thanks