I've tried every solution provided on the forums and online and I'm still receiving the "Telerik is undefined" error when referencing
Telerik.Web.UI.RadListBoxItem in javascript code. I'm using version 2010.2.826.35. Here's what I've tried so far....
1.
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
2. in <system.webServer>, <handlers>...
<add name="Telerik.Web.UI.WebResource.axd_" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" preCondition="integratedMode,runtimeVersionv2.0" />
I'm at a lost right now. I'm just trying to insert some rows in a RadListBox via javascript. Any help is appreciated.
Thanks.
Juan