Completed
Last Updated: 05 Mar 2025 08:53 by ADMIN
Release 2025 Q2 (May)
Created by: Rodney
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
In RadEditor when specifying WordIgnoreOptions="None", I would expect that "THe" would be flagged as a misspelling, but it is not. It appears the WordIgnoreOptions is being ignored. 
Completed
Last Updated: 18 Feb 2025 14:23 by ADMIN
Release 2025 Q1 Licensing Hotfix (18.02.2025)

Upgrading Telerik UI for ASP.NET AJAX to version 2025 Q1 (2025.1.211) throw a JavaScript error:

  • Uncaught TypeError: Cannot read properties of undefined (reading 'parentElement')

Steps to reproduce: Have a RadWindow with NavigateUrl set to a different page:

<telerik:RadWindow ID="RadWindow1" runat="server" RenderMode="Classic" VisibleOnPageLoad="true" NavigateUrl="Default.aspx">
</telerik:RadWindow>

Completed
Last Updated: 17 Feb 2025 12:32 by ADMIN
Release 2025 Q1 Licensing Hotfix (18.02.2025)
Created by: rumen jekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

When pasting bullet lists from Microsoft Word into the editor, extra leading spaces (&nbsp;) appear in the list items. This causes unexpected indentation and formatting issues.

Before 2025 Q1

In 2025 Q1

 

Completed
Last Updated: 10 Jan 2025 15:09 by ADMIN
Release 2025 Q1 (Feb)
Created by: Isha
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Currently, the TreeView is expecting touch events (touchstart, touchmove, touchend) to be triggered by touch devices,  while the Magic keyboard sends mouse events.
Completed
Last Updated: 13 Dec 2024 15:49 by ADMIN
Release 2025 Q1 (Feb)
Replace the obsolete Import method overload in RadEditor source code. These method now use the updated overload that include a TimeSpan? timeout parameter. Add a new timeout setting SecurityHelper.ImportTimeout to ensure configurable timeout handling across the application. The update aligns with modern practices for enhanced application performance and reliability.
Completed
Last Updated: 11 Dec 2024 13:21 by ADMIN
Release 2025 Q1 (Feb)
Update the Render methods in XlsxRenderer.cs and DocxRenderer.cs to replace obsolete Export method overloads from IWorkbookFormatProvider and DocxFormatProvider. These methods now use the updated overloads that include a TimeSpan? timeout parameter. Add a new timeout setting SecurityHelper.ExportTimeout to ensure configurable timeout handling across the application. The update resolves compiler warnings (CS0618) caused by the usage of deprecated method overloads and aligns with modern practices for enhanced application performance and reliability.
Completed
Last Updated: 13 Nov 2024 07:40 by ADMIN
Release 2024 Q4 (13.11.2024)

Hello

I have an ASP.NET Ajax Telerik Solution (site) that has a web site project and a library project.  The solution was developed almost 8 years ago and so far I've been able to upgrade telerik controls  several times without any problem. Now, when I tried to upgrade the Telerik controls using the Upgrade Wizard Project only shows the class library as you can see in the attached picture.

To replicate this beahavior:

1. Create a new Telerik VB Webform Site
2. Add a Class Library Net Framework project to the solution.
3. Add a reference to Telerik.Web.UI to the Class Library project (optional).
4. Save and close solution.
5. Reopen it and run the Telerik Upgrade Wizard Project.

It only shows the Class Library project ...

Completed
Last Updated: 11 Nov 2024 15:08 by ADMIN
Created by: eDAD
Comments: 3
Category: UI for ASP.NET AJAX
Type: Bug Report
0

Test Environment:

OS: Windows_11

Version: 22H2
OS Build: 22598.200
Browser: Version 104.0.1293.70 (Official Build) (64-bit)
  1. Open URL: https://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx   page in Edge Browser.
  2. TAB to the grid container.
  3. Observe the issue that the grid container is receiving focus.

Actual Behavior:

Focus moves on non-interactive controls.

Expected Behavior:

Focus shouldn't go to the non-interactive element in table content.

Completed
Last Updated: 11 Nov 2024 15:05 by ADMIN

TEST ENVIRONMENT

OS: Windows_11
Version: 21H2
OS Build: 22000.795
Browser: Version 103.0.1264.71 (Official build) (64-bit)

Screen Reader: NVDA (2021.3)

REPRO STEPS:

1. Open URL Telerik Web UI Grid Overview Demo | Telerik UI for ASP.NET AJAX page in edge browser and turn on NVDA.

2. Navigate to next/previous controls in browse mode on the over view page.

3. Observe the issue.

ACTUAL RESULTS:

In browse mode, name property is not announced by the screen reader for next/previous buttons.

EXPECTED RESULT:

In browse mode, Screen reader should announce a name p:roperty 'First, Next, Previous and Last page' for the controls.

 

Completed
Last Updated: 11 Nov 2024 15:03 by ADMIN

Pasting plain text content from notepad or other text editor into the RadEditor control (design view) results in container HTML tags adding to the content and inline styles that make the text unreadable.

Content pasted:

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut placerat orci nulla pellentesque dignissim enim sit. Diam quam nulla porttitor massa id neque. Ipsum suspendisse ultrices gravida dictum fusce ut. Sed odio morbi quis commodo odio aenean. Sed faucibus turpis in eu mi bibendum neque egestas congue. Sed pulvinar proin gravida hendrerit. Cras semper auctor neque vitae tempus. Nisi porta lorem mollis aliquam ut porttitor leo a diam. Quis vel eros donec ac odio tempor. Tellus in metus vulputate eu scelerisque felis imperdiet proin. Et ligula ullamcorper malesuada proin libero nunc consequat interdum. Neque viverra justo nec ultrices.

Result in RadEditor:

<div class="telerik_paste_container" style="border-width: 0px; position: absolute; overflow: hidden; margin: 0px; padding: 0px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut placerat orci nulla pellentesque dignissim enim sit. Diam quam nulla porttitor massa id neque. Ipsum suspendisse ultrices gravida dictum fusce ut. Sed odio morbi quis commodo odio aenean. Sed faucibus turpis in eu mi bibendum neque egestas congue. Sed pulvinar proin gravida hendrerit. Cras semper auctor neque vitae tempus. Nisi porta lorem mollis aliquam ut porttitor leo a diam. Quis vel eros donec ac odio tempor. Tellus in metus vulputate eu scelerisque felis imperdiet proin. Et ligula ullamcorper malesuada proin libero nunc consequat interdum. Neque viverra justo nec ultrices.</div>

See accompanying screenshots.

Completed
Last Updated: 04 Jun 2024 16:13 by Wayne
Please consider to add a demo scenario when MultiColumnComboBox is used as RadGrid column filter
Completed
Last Updated: 16 Jan 2024 13:15 by ADMIN
Release 2024 Q1
Created by: Sheng
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

When the grid has a horizontal scroll bar displayed, we can't scroll the table horizontally using keyboard only.  If testing using the Siteimprove Accessibility Checker, we will get the issue "Scrollable element is not keyboard accessible".

The reason is that when the RadGrid is rendered, the horizontal scroll bar is render as a separate <div> out of the data table, and the horizontal scroll bar doesn’t have a tabindex, so there’s no way to put focus on it using keyboard.  Can you add tabindex="0" to the horizontal scroll bar?

 

Completed
Last Updated: 02 Jan 2024 15:04 by ADMIN

When assigning multiple resources and percentages, the first item in list always goes back to 100%.

It saves back to UI correctly but as soon as you leave or refresh page it goes back to 100% on first item and that's what's saved in database.

The online demo has the same code but demo doesn't save at all to test.

See attached screen shots.

Completed
Last Updated: 24 Oct 2023 12:39 by ADMIN
Created by: shane
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Hi,
I am using ASP.NET AJAX Q1 2011 SP2. My IT department has notified me that there is a security vulnerability with Telerik UI for ASP.NET AJAX RadAsyncUpload . NET Deserialization Vulnerability. Please advise how this issue can be resolved.
Completed
Last Updated: 07 Sep 2023 11:15 by ADMIN
Created by: Simon
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Telerik document shows upgraded Rad components support WCAG 2.0,  section 508, not sure any plan or target date to upgrade Rad components support WCAG 2.1?
Completed
Last Updated: 12 Jul 2023 15:23 by ADMIN
ADMIN
Created by: Pavlina
Comments: 6
Category: UI for ASP.NET AJAX
Type: Bug Report
3

			
Completed
Last Updated: 05 Jul 2023 11:57 by ADMIN
Release R2 2023 SP1
Created by: Doncho
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
The behavior can be replicated in the Circular Gauge live demo by showing/hiding scale labels. Use the ScaleLabels Visible checkbox in the demo configurator.
Completed
Last Updated: 03 Jul 2023 15:48 by ADMIN
Release R2 2023 SP1
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

Bug report
It is not possible to print a PDF through the PDFViewer print tool on Desktop Chrome and Android Chrome.

Reproduction of the problem
Load PDFViewer Basic Usage demo and tap on Print tool - https://demos.telerik.com/aspnet-ajax/pdfviewer/overview/defaultcs.aspx
Current behavior
Android - "There was a problem printing the page. Please try again." - no preview
Windows - the Print dialog shows and closes automatically

Expected/desired behavior
Print preview is available, allowing you to find a printer and print


Completed
Last Updated: 21 Jun 2023 12:45 by ADMIN
Created by: Adam
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

Hi Telerik,

Just a heads-up - some of the demo pages are generating errors:

Server Error in '/aspnet-ajax' Application.

Runtime Error

Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.

 

I have found this on:

https://demos.telerik.com/aspnet-ajax/errorpageresources.aspx?aspxerrorpath=/aspnet-ajax/grid/examples/overview/defaultcs.aspx

https://demos.telerik.com/aspnet-ajax/errorpageresources.aspx?aspxerrorpath=/aspnet-ajax/htmlchart/examples/overview/defaultcs.aspx

 

Completed
Last Updated: 24 Mar 2023 14:55 by ADMIN
Release R2 2023
Created by: Attila Antal
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0

The issue can be replicated with AutoCompleteBox demo: https://demos.telerik.com/aspnet-ajax/autocompletebox/examples/default/defaultcs.aspx

Set the SingleLineEntries property to "Enabled", and add a new Entry to the AutoCompleteBox. At this point, the page will scroll up and as a result hiding the AutoCompleteBox.

1 2 3 4 5 6