Apologies if this is not the correct forum - it was the best fit I could find.
I have taken over administration of a DNN site that running on version 7.0.2. It has some problems, possibly related to fragile browser check conditional script loading.
In parts of the website, I get the following console error:
Code:
Uncaught TypeError: h is not a functionSys.Component.create @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_…:6(anonymous function) @ [someLocation]:3978(anonymous function) @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_…:6Sys._Application._raiseInit @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_…:6Sys._Application.initialize @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_…:6b @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_…:6document.addEventListener.a @ Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&compress=1&_TSM_CombinedScripts_…:6
The call is made to $create(Telerik.Web.UI.RadComboBox, ...snip);
Looking in the console, Telerik.Web.UI exists and has a bunch of RadAjax[Something] components and RadWebControl, but no RadComboBox. I'm new to DNN, and I'm not familiar with the Telerik framework. From what I understand, the scripts are loaded modularly as needed. Am I correct to assume that RadComboBox simply isn't loaded in this case - and if so - how do I ensure that it is?
Any help would be greatly appreciated!