Basic Google Maps Webpart & AJAX Update Panels

Dante Adrian de los Angeles asked on March 16, 2016 16:54

Good afternoon,

I have a data source with a filter attached that powers a repeater and a Google map webpart. All of these items work as intended when outside of an AJAX Update Panel. When I put everything in an AJAX Update Panel, everything but the Google map is working; the map itself doesn't even seem to initialize. Is there something I'm missing with the Google map webpart or should I find some other way of populating the map with the required data?

Recent Answers


Brenden Kehren answered on March 16, 2016 19:46

I believe the issue is with the way the javascript reference is added from the webpart for Google Maps. The reference is added in the initialization of the webpart so if the webpart isn't posting back, it's most likely not being referenced or initialized. I could be wrong but I've worked through this before and had similar issues.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.