This sticky thread lists known issues and breaking changes introduced in the UI for ASP.NET AJAX releases.
Q3 2011 (Version number: 2011.3.1115)
Problem: When adding items to OData-enabled controls (RadMenu, RadTreeView, RadListBox, RadComboBox) through design time erroneous markup is applied to the control:
<telerik:RadListBox runat="server" ID="RadListBox1">
<Items>
</Items>
<WebServiceSettings>
<ODataSettings InitialContainerName="">
</ODataSettings>
</WebServiceSettings>
</telerik:RadListBox>Please note the added ODataSettings section. It will cause JavaScript errors on the page.
Solution: Remove the ODataSetting section and the issue will vanish. The problem is also fixed in the Q3 SP1 release, version number 2011.3.1305When I run my project I'm getting this error
Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
In my web.config I checked that the version in the web.config is the same as the version I'm using in references
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2020.2.617.45" newVersion="2020.2.617.45" />

I realize this isn't a DNN forum, but couldn't find anything there so hoping someone here can answer.
After upgrading to DNN 9.11.3 several modules don't work right because DNN no longer supports Telerik.
I've read somewhere that you can purchase a Telerik license and just update the dlls for it in DNN in order to resolve this issue.
Has anyone else had this experience?
Thanks

What is the latest compatible Telerik.Web.UI version for .NET framework 4.7.2 that can address the security vulnerabilities.
Current version used in the project is - 2012.3.1308.40
Looking to fix the following vulnerabilities -
CVE-2019-19790, CVE-2019-18935, CVE-2017-11357, CVE-2017-11317, CVE-2017-9248, CVE-2014-4958

I'm trying hide a couple of columns in a RadGrid. I can do this in RadGrid1_ItemDataBound with the GrdiHeaderItem setting visible = false.
However, the output still uses space for the 2 columns that were hidden at the end of the grid.
Looking at the page source when I run my app there are 2 extra <col /> tags in <colgroup> and the <tfoot> tag has 2 extra <td></td> tags. There is the correct number of <td> tags in each row in <tr> in the table body.
Could this be from css? Is there a way in override this in RadGrid1_ItemDataBound manually?
On our side the update to version 2025.4 is failing because of browser inlog issue, see attaches screenshot.
What to do?
Marc

Hey everyone, I'm working on an ASP.NET AJAX project and am having some confusion about handling delta updates within partial postbacks.
Specifically:
I am waiting yours valuable replies. Thanks in advance!
