Telerik Forums
UI for ASP.NET AJAX Forum
43 answers
8.8K+ views

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.1305
Vasko
Telerik team
 updated answer on 29 May 2025
1 answer
746 views

When 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" />

 

Vessy
Telerik team
 answered on 22 Oct 2021
1 answer
4 views

Dear,

I use RadNumericTextBox with these options: 
 MinValue = 0
 MaxValue = 9999999
 NumberFormat.DecimalDigits = 2
 MaxLength = 10
 ShowSpinButtons = true

I see specific problem when I use any decimals. When I click on arrows (or type keyboard arrows) it increases/decreases by 1, but sometimes it stops on specific number (e.g. for 8.42 arrow down do nothing or for 63.42 arrow up doesn't work). I think there is a problem with javascript rounding and 8.42 - 1 is sometimes like 7.419999999999. It looks like a inner bug of the component.

Is it possible to format number first and make validation of length aftewards?
Is there any workaround for it?

Thank you

Rumen
Telerik team
 answered on 24 Jun 2025
2 answers
14 views

Hi

Im using visual studio 2019 .netframework using c#

I have a telerik Rad grid that is in Batch Mode and works great.  Within rg_SalesPlan_BatchEditCommand it goes through each edited row and does an update to the database, if one of the records fails to update the error message is added to a variable which collects any other errors. One finished in the foreach loop if any errors occured a popup alert is displayed with the errors.

My problem is once I click OK to the alert to acknowledge the errors, the grid refreshes but Im unable to continue editing any other rows, If I click on  a row nothing happen, until I click on Cancel or Save Changes button, then the grid goes back to normal.

Whats the best way to refresh the state of the grid so its back to normal please? 

Thanks

Rakhee

Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 18 Jun 2025
0 answers
10 views

Hello Telerik Team,

 

We’ve received feedback from one of our customers regarding accessibility concerns with the RadMenu control. While we understand that the current RadMenu supports WCAG 2.1, the customer is aiming for full compliance with the WCAG 2.2 standard and has identified some gaps in that regard.

Specifically, they are requesting support for a scenario where a menu item both opens a new page and includes sub-menu items. They would like the behavior to follow the example described in this accessibility article:
https://hub.accessible360.com/kb/articles/529

Could you please advise: 

  1. If there is any workaround we can implement using the current RadMenu to meet this requirement?
  2. Whether there is an estimated timeline for when the RadMenu will support WCAG 2.2 natively?

 

We appreciate any guidance or recommendations you can provide to help us support our customer’s accessibility goals.

 

Judy Wang

Judy
Top achievements
Rank 1
 asked on 17 Jun 2025
1 answer
9 views

Good morning

Was there issues with any recent updated to Telerik?  I have just noticed that in Design View of my visual studio project, none of my Telerik RadGrds are displayed anymore.  Instead I get a control box on each grid with the error "Sysem.NullReferenceException"

Vasko
Telerik team
 answered on 17 Jun 2025
1 answer
13 views

Hi, I recently received a new laptop at work.  I was eventually able to compile and run both of my 2 applications in localhost, and deploy one of them to Dev and Prod.  However, I am having problems deploying my 2nd application. 

Again, it works fine in localhost.  When I deploy to the Dev environment, I get the error:

Could not load file or assembly 'Telerik.Web.UI, Version=2018.1.117.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

The version my reference points to is 2018.2.516.45.  So I don't know where the 2018.1.117.45 version is coming from, or why it is attempting to load this version.

Yes, I KNOW that this is an old version. If need be, I can probably upgrade to a newer version.  But if I can't figure out the version mis-match now, I think I will have the same problem with a newer version.  

Any help is appreciated.  

Thanks!

Attila Antal
Telerik team
 answered on 13 Jun 2025
1 answer
14 views

I'm using a Telerik RadGrid with nested grids (using NestedViewTemplate) inside an ASP.NET Web Forms page. I've enabled scrolling with AllowScroll="true" and UseStaticHeaders="true", and set a fixed width for the outer container with horizontal scrolling.

The issue is that when I scroll horizontally to the right and then expand a nested row, the inner RadGrid (in the nested view) does not align properly or its scroll resets to the left. I want both the parent and child grids to stay aligned and scroll consistently, especially when expanding/collapsing rows.

Has anyone faced a similar issue or found a good way to synchronize scrolling between parent and nested grids?

Vasko
Telerik team
 answered on 13 Jun 2025
4 answers
224 views

I have web projects that I am trying to update with the new 2025 Q1 assemblies and am getting a build error of the TelerikLicense.vb file.

 

I followed these instructions:

  1. Search for AJAX.
  2. Click on View key next to the Progress® Telerik® UI for ASP.NET AJAX.
  3. Copy the Script Key.
  4. Add a file to your project, e.g. TelerikLicense.cs (for VB projects add TelerikLicense.vb).
    • In case of ASP Web Site solution, add the file to the App_Code folder.
  5. Paste the Script Key into the file.
  6. Build the project.

TelerikLicense.vb error BC30034: Bracketed identifier is missing closing ']'.

 Any suggestions?
Rumen
Telerik team
 answered on 11 Jun 2025
1 answer
16 views

ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:4233 Uncaught Sys.ArgumentUndefinedException: Sys.ArgumentUndefinedException:

undefined object 

 

at Error.Error$create [as create] (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:237:15)
    at Error.Error$argumentUndefined [as argumentUndefined] (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:361:21)
    at Function.Function$_validateParameterType [as _validateParameterType] (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:161:23)
    at Function.Function$_validateParameter [as _validateParameter] (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:130:18)
    at Function.Function$_validateParams [as _validateParams] (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:84:22)
    at Sys$UI$DomElement$getElementById (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:4229:22)
    at Telerik.Web.UI.RadNumericTextBox.get_wrapperElement (http://localhost:50107/MLS2025/ScriptResource.axd?d=CKWp3hTbfUbZoJvrOz6P-1Bc4rgigAPaci2aegHK05kLqUWhHbFakZxduWwS4ulMtXFzqjbdfzHYRioxldkWyr6xSxeq1fNzerUZV9YnCbReKw1UmgLJnCjI5xAZgFFRtGGJxjG8emuFsc5ouCoGMw2&t=22fafc4e:1:16539)
    at Telerik.Web.UI.RadNumericTextBox.set_enabled (http://localhost:50107/MLS2025/ScriptResource.axd?d=CKWp3hTbfUbZoJvrOz6P-1Bc4rgigAPaci2aegHK05kLqUWhHbFakZxduWwS4ulMtXFzqjbdfzHYRioxldkWyr6xSxeq1fNzerUZV9YnCbReKw1UmgLJnCjI5xAZgFFRtGGJxjG8emuFsc5ouCoGMw2&t=22fafc4e:1:18009)
    at Sys$Component$_setProperties (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:3758:24)
    at Sys$Component$create (http://localhost:50107/MLS2025/ScriptResource.axd?d=pbopGUyRoGMceL-ci2EaNCr6Dz-J2c03WyoCKxBcDTMoBx3qAj23lItrM0pL-o5km9ikY4QfqRDuZH3-53hC0jR2CXHTAiQgYV-9MhRb5Jp16E4Zndorh_IoOL8UoIu8Pe13tmi_DG4t62kaEGe6RDQrD0-3W0mu3F-NX0n8K3Q1&t=4227dd99:3816:9)
Vasko
Telerik team
 answered on 11 Jun 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?