I have a master page that contains a RadScriptManager, RadAjaxManager, RadAjaxPanel, and an asp:UpdateProgress. Inside the RadAjaxPanel is a couple asp:ContentPlaceHolders. On one of the pages that have content for these ContentPlaceHolders I have a RadGrid that contains some GridTemplateColumns.
Now to the actual error...
Inside one of the GridTemplateColumn I am using a RadWindow thru Javascript to open a preview window for an item in the grid like so:
Now to the actual error...
Inside one of the GridTemplateColumn I am using a RadWindow thru Javascript to open a preview window for an item in the grid like so:
window.radopen('PreviewTemplate.aspx','PreviewWindow')
If my RadAjaxPanel1.EnableAJAX property is set to true I receive the following Javascript Error: Line 4911 Error: length is null or not an object
If the property is set false which disables ajax then the preview window works perfectly.
I was wondering if this is a known bug and if a hotfix is available to resolve it as of yet. I have browsed the forum in prometheus Ajax and Window sections but have not found a resolution, maybe I missed something though.