Declined
Last Updated: 10 Aug 2026 10:56 by ADMIN

Images with "*.jpeg" extension are saved as "*.jpg" in a different file even if the "Overwrite" option is checked. 

Steps to reproduce:

1. Open an image with "*.jpeg" extension in ImageEditor (e.g. test.JPEG)
2. Edit the image
3. Open the Save Dialog and choose "Save Image On Server" with checked "Overwrite if file exists?" option

Result: The edited image is saved as a new files with jpg extension (e.g. test.jpg)

Declined
Last Updated: 10 Aug 2026 09:03 by ADMIN
Currently the the ImageEditor (and the Editor) are looking for standard .ascx files with the names of its dialogs and it is not optimized for a scenario in which these dialogs are pre-compiled.
Declined
Last Updated: 05 Aug 2026 13:39 by ADMIN
Created by: John
Comments: 1
Category: Grid
Type: Bug Report
0

In version 2026.1.218.462 the Grid cannot scroll vertically. To work around  it, you can overwrite the built-in function used for scrolling:

<script type="text/javascript">
    Sys.Application.add_init(function () {
        Telerik.Web.UI.GridScrolling.prototype._createTouchScrollExtender = function (toCreate) {
            var contentElement = this._owner.GridDataDiv;

            if (contentElement) {
                var control = this._dropDownTouchScroll;

                if (control) {
                    if (!toCreate) {
                        control.dispose();
                        this._dropDownTouchScroll = null;
                    }
                } else if (toCreate) {
                    this._dropDownTouchScroll = new Telerik.Web.UI.TouchScrollExtender(contentElement);
                    this._dropDownTouchScroll.initialize();

                    if (this.AllowScroll) {
                        contentElement.style.overflow = 'auto';
                    }
                }
            }
        };
    });
</script>

 

Completed
Last Updated: 31 Jul 2026 14:10 by ADMIN
Release 2026 Q3
ADMIN
Created by: Rumen
Comments: 1
Category: Editor
Type: Bug Report
1
The Bold, Italic, Underline, Justify, Indent, Outdent and other commands are not localized in the Undo/Redo dropdowns.

Screenshots:

https://www.screencast.com/t/YLNTiPP7LAk

https://www.screencast.com/t/DS9Y6GrB 


Can be seen at http://demos.telerik.com/aspnet-ajax/editor/examples/localization/defaultcs.aspx. 
Declined
Last Updated: 31 Jul 2026 14:07 by ADMIN
ADMIN
Created by: Vessy
Comments: 1
Category: Editor
Type: Bug Report
0
OnClientModeChange event is not fired in Mobile RenderMode.

Steps to reproduce:
Run the following code in a mobile Chrome (or mobile emulation) and click the edit Pencil button that switches the edit modes:

        <script type="text/javascript">
            function OnClientModeChange(editor, args) {
                var mode = editor.get_mode();
                switch (mode) {
                    case 1:
                        alert("We are in Design mode");
                        //do something
                        break;
                    case 2:
                        alert("We are in Html mode");
                        //do something
                        break;
                    case 4:
                        alert("We are in Preview mode");
                        //do something
                        break;
                }
            }
        </script>

        <telerik:RadEditor runat="server" OnClientModeChange="OnClientModeChange" ID="RadEditor1" RenderMode="Auto">
        </telerik:RadEditor>
Won't Fix
Last Updated: 31 Jul 2026 14:00 by ADMIN
ADMIN
Created by: Vessy
Comments: 1
Category: Editor
Type: Bug Report
0
The Delete and Backspace buttons remain enabled in spell check mode, allowing the client to delete selections inside the Editor's content area.

Steps to reproduce:
1. Open http://demos.telerik.com/aspnet-ajax/editor/examples/spellchecker/defaultcs.aspx
2. Click the Spell check icon
3. Select several words from the content and press Backspace/Delete

Result: The selected content is deleted
Expected: The Delete/Backspace button press is ignored
Completed
Last Updated: 31 Jul 2026 13:56 by ADMIN
Release 2026 Q3
If you type 15 into the font size combo box and click away, a Javascript error is thrown and the font size of the selected cell does not change. If instead you type 16 and click away, the cell changes correctly. 16 is an option in the drop-down but 15 is not.

Error message:

RadSpreadsheetScripts.js:196 Uncaught TypeError: Cannot read property 'get_text' of null


The font size combo box works correctly in the Kendo spreadsheet demo (both with the current and the 2017.1.124 Kendo version ). You can also press enter to commit your typed font size in the Kendo widget, but not in RadSpreadsheet.

Steps to reproduce:
1. Open https://demos.telerik.com/aspnet-ajax/spreadsheet/examples/overview/defaultcs.aspx
2. Click inside the font -size dropdown
3. Type 15 and click outside the SpreadSheet

Result: A JavaScript error is thrown.
Declined
Last Updated: 29 Jul 2026 09:12 by ADMIN
ADMIN
Created by: Rumen
Comments: 12
Category: ScriptManager
Type: Feature Request
11
Subresource Integrity is a fairly new security scheme for protecting against malicious script obtained from third-party source (CDNs). It requires that the script tag include a hash of the script content so the browser can verify that it has not been altered.

Telerik controls generate a bunch of script tags for cloudfront.net. It would be swell if the script tags would include the extra attributes necessary to implement subresource integrity. Is this in the roadmap? 

Mozilla provides a security analysis tool which highlights this issue. Look at the results for telerik.com here -> https://observatory.mozilla.org/analyze/www.telerik.com. 

More info available on 
https://infosec.mozilla.org/guidelines/web_security#subresource-integrity
https://www.w3.org/TR/SRI/
Completed
Last Updated: 28 Jul 2026 12:59 by ADMIN
Created by: Francesco
Comments: 2
Category: Grid
Type: Bug Report
2

Good morning,

we have a strange issue using RadGrid with horizontal scroll and frozen columns: there a resizing of the height which gets user experience not the best.

See attached gif.

 

Could you please help us?

Completed
Last Updated: 28 Jul 2026 05:26 by ADMIN

Please create a method that will convert the old expressions to new format and make them re-usable again.

Completed
Last Updated: 22 Jul 2026 10:16 by ADMIN
Release 2026 Q3
Created by: Krzysztof
Comments: 0
Category: PersistenceFramework
Type: Bug Report
1
After after update to Telerik UI for ASP.NET AJAX 2026.2.708 we have problem with RadPersistenceManager1.LoadState() metod.
Error: System.InvalidOperationException: This type is not allowed.
We use custom StorageProvider for RadPersistenceManager that implements the IStateStorageProvider interface.

Everything works great on version Telerik UI for ASP.NET AJAX 2026.2.519 (2026 Q2).
Unplanned
Last Updated: 21 Jul 2026 14:04 by Floris
Created by: Floris
Comments: 0
Category: Grid
Type: Bug Report
2

RadGrid’s SEO Paging activates for normal users in the latest Brave browser, because sessions are misclassified as crawlers (Request.Browser.Crawler evaluates to true).

Even with PagerStyle.EnableSEOPaging set to False, SEO paging still turns on due to crawler detection, and ask whether the legacy Request.Browser.Crawler approach should be removed for ASP.NET WebForms in Telerik.

When EnableSEOPaging is True, query string paging is always used, but when False, the grid still enables SEO paging upon crawler detection, which is being incorrectly triggered in Brave.

Pending Review
Last Updated: 17 Jul 2026 14:00 by Márcio
Created by: Márcio
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1
When I edit text in RadEditor with Track Changes enabled and insert a new line, the editor does not track the insertion of the new line

I know that this command is not supported actually, but has a possibility this feature is available in next versions? or a palliative code?
Completed
Last Updated: 10 Jul 2026 08:39 by ADMIN
Release 2026 Q3
Accessing the e.UploadResult from the FileUploadedEvent while using custom handlers throws InvalidOperationException "This type is not allowed"
Completed
Last Updated: 10 Jul 2026 08:17 by ADMIN
Release 2026 Q3

If both the CSRF validation and the Session state is turned off, the pages containing AsyncUpload control will throw a null reference exception.

<appSettings>
  <add key="Telerik.AsyncUpload.EnableCsrfValidation" value="false" />
</appSettings>
<system.web>
  <sessionState mode="Off" />

Completed
Last Updated: 06 Jul 2026 06:41 by ADMIN
Release 2026 Q3
ADMIN
Created by: Plamen
Comments: 1
Category: PanelBar
Type: Bug Report
1

			
Completed
Last Updated: 30 Jun 2026 10:07 by ADMIN
Release 2026 Q2 SP1
Created by: Emin Sadigov
Comments: 2
Category: Editor
Type: Bug Report
1

In the demo:
https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx

 

1. (Preparation) Disable TrackChange and Remove all text. Enable Track Change back.

2. Insert table, (HTML View)

3. In the design mode set new paragraph after table:

 

Insertion of the table dissapeared.

How to fix this issue?

Completed
Last Updated: 30 Jun 2026 08:06 by ADMIN
Release 2026 Q2 SP1

We are encountering an issue with the RadListBox control (version 2026.1.225) where the container's scroll position abruptly jumps back to 0 when an item is selected. Tested with Edge, Chrome and Firefox. This issue can be reproduced directly on the official Progress live demo page.

Steps to reproduce:
  1. Open the demo page linked above.
  2. Scroll down to the bottom of the RadListBox using only the mouse wheel.
  3. Click on any item (e.g., "USA") to select it.

Observed behavior:

Immediately upon clicking the item, the container's scroll position snaps back to 0 (the top of the list). This happens consistently across all modern browsers (Edge, Chrome, and Firefox).

Important factual details regarding the scrollbar:
  • The issue does not occur if the user clicks and drags the scrollbar thumb with the left mouse button before selecting an item.
  • The issue does not occur if the user clicks the top or bottom navigation arrows on the scrollbar container to scroll.
  • The unexpected reset to 0 only triggers when scrolling is performed exclusively via the mouse wheel prior to item selection.
Please let us know if there is an official hotfix or an updated internal build available that resolves this scrolling state synchronization issue.
Completed
Last Updated: 29 Jun 2026 14:59 by ADMIN
Release 2026 Q2 SP1

Reproduction - http://somup.com/crVYIDot19

Setup to reproduce:

<telerik:RadContextMenu ID="RadContextMenu1" runat="server">
    <Targets>
        <telerik:ContextMenuDocumentTarget />
    </Targets>
    <Items>
        <telerik:RadMenuItem Text="item">
            <ItemTemplate>
                <asp:TextBox ID="TextBox2" runat="server" />
            </ItemTemplate>
        </telerik:RadMenuItem>
    </Items>
</telerik:RadContextMenu>

<telerik:RadButton runat="server" ID="RadButton2" Text="Postback" AutoPostBack="true" />

Steps to reproduce:

  • Show the context menu with a right mouse click on the document.
  • Type in a custom value in the TextBox embedded in the menu.
  • Perform a postback by clicking on the RadButton.
  • Show the context menu again. In the textbox, pick the autocomplete suggestion by the browser.
Completed
Last Updated: 29 Jun 2026 11:31 by ADMIN
Release 2026 Q2 SP1

I'm using a RadTab and one of the RadPageViews starts with an RadAsyncUpload-Control. When I use arrow keys to select this tab and try to use the Tab-Key to focus the next element (the RadAsyncUpload in this case) nothing happens. If any other control (like a textbox) is placed above my upload control there is no problem focusing it.

You can see this in the attached Demoproject when using arrow keys to select to RpvUpload.

1 2 3 4 5 6