ThinkGeo.com    |     Documentation    |     Premium Support

Map not showing in nested table cell and using DOCTYPE

Hi ThinkGeo,


I want map to be displayed in right bottom nested table (see attached sample code). If  following DOCTYPE code is removed then it works. (We need to use DCOTYPEas it is required for third part controls like Devexpress) Thanks.



Please look at sample and resolve the issue.Thankx




DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">Regards,


 


Anil



NoMapSeenInRightBottomCell.zip (168 KB)

 Hi Anil,


 
If you remove DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">, the page shows just follow HTML4.0. 
 
In fact the problem aren't from our map control. When you are using xhtml1-transitional, you must set height: 100% to html, body, form, table. And the updatePanel cannot be set height to 100%.
 
Here I did some change for your aspx file but it looks the updatePanel still works not so well with my JS code.
 
I think you need did some research about this if you want it looks better.
 
Regards,
 
Don

001_SetTheHoverPopupOfAMarker.zip (1.18 KB)

Hi Don. 
  
 Do you have any best practices for Map component and UpdatePanel in regarding to table layout? 
  
 Regards, 
 Anil

Anil, 
  
 It’s not a problem between our map and UpdatePanel under xhtml1-transitional. I try to Google some solution for you about how to make UpdatePanel render as 100% but unlucky about it. I will let you know if I get any information about it. 
  
 Have you tested my solution for adjust the UpdatePanel dynamic by Javascript code in the 001_SetTheHoverPopupOfAMarker.zip? I think you can adjust the Javascript code to make that work better for you. 
  
 Regards, 
  
 Don