I have a RadAjaxManager setup to update a RadGrid with a FormTemplate. The RadGrid enters edit mode just fine with the expected ajax behavior but once the FormTemplate content is loaded, there is a Javascript error and none of the buttons in the FormTemplate work. I used Firebox/Firebug to see it: "Node cannot be inserted at the specified point." I've followed a similar post which recommends setting EnablePageHeadUpdate to false and tried that but although that does away with the error, the result is that the buttons now don't do anything. My setup includes 1 level of nested master pages and the controls are placed in a page that inherits from the nested master page. I'm not doing anything funky beside the setup on the sample Form Template RadGrid on this site.
Source: http://www.telerik.com/community/forums/aspnet/general-discussions/firefox-and-node-cannot-be-inserted-a-the-specified-point.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/templateformupdate/defaultcs.aspx
Source: http://www.telerik.com/community/forums/aspnet/general-discussions/firefox-and-node-cannot-be-inserted-a-the-specified-point.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/templateformupdate/defaultcs.aspx