I'm working on a web control that updates contact information, and I call that web control via the RadGrid .... the way I have it set up is, the RadGrid shows a list of the contacts, and then I click Edit in the RadGrid, to link to the contact update web control as part of the EditFormSettings.
The problem I'm having, is when I add the code to that uses Google Places Autocomplete to do the address validation.
The code I'm embedding for the address validation is as per the example at this page: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform
The problem is, that the Autocomplete WILL NOT WORK, when the control is called from inside the RadGrid for the Edit event.
Yet, when I move the control to anywhere else, it works just fine.
Seems like the extra event handlers that are bound to my Address Search box by Telerik, are somehow interfering with the AJAX for the Google Autocomplete? That is only a guess.
Any advice much appreciated, thanks in advance!!!
The problem I'm having, is when I add the code to that uses Google Places Autocomplete to do the address validation.
The code I'm embedding for the address validation is as per the example at this page: https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform
The problem is, that the Autocomplete WILL NOT WORK, when the control is called from inside the RadGrid for the Edit event.
Yet, when I move the control to anywhere else, it works just fine.
Seems like the extra event handlers that are bound to my Address Search box by Telerik, are somehow interfering with the AJAX for the Google Autocomplete? That is only a guess.
Any advice much appreciated, thanks in advance!!!