Completed
Last Updated: 18 Aug 2025 10:43 by ADMIN
Created by: Václav
Comments: 0
Category: Editor
Type: Bug Report
1
If you translate the Editor when it's AIPrompt is enabled, the "Use with selection" and "Use with content" texts are not affected, as they don't have translation keys.
Completed
Last Updated: 18 Aug 2025 06:57 by ADMIN
Release 2025 Q3 (Aug)
Created by: Jerome
Comments: 1
Category: DockManager
Type: Bug Report
1
When I click and drag content 2 out of the dock, the header gets cleared out.  Panes using the HeaderText property stay put.
    <TelerikDockManager Height="100vh" OnStateChanged="OnStateChanged" OnStateInit="OnStateInit" @ref="dockManager">
        <DockManagerPanes>
            <DockManagerSplitPane>
                <Panes>
                    <DockManagerContentPane Closeable="false" Maximizable="true" HeaderText="Content1 header" @bind-Size="Content1PaneSize">
                        <Content>
                            <div>
                                yada yada 
                            </div>
                        </Content>
                    </DockManagerContentPane>
                    <DockManagerSplitPane Orientation="DockManagerPaneOrientation.Vertical">
                        <Panes>
                            <DockManagerContentPane Maximizable="false" Closeable="false" @bind-Size="Content2PaneSize">
                                <HeaderTemplate>
                                    <span>content 2 header gets erased</span>
                                </HeaderTemplate>
                                <Content>
                                    <div>
                                        Content 2
                                    </div>
                                </Content>
                            </DockManagerContentPane>
                            <DockManagerContentPane HeaderText="header 3" Closeable="false" @bind-Size="Content3PaneSize">
                                <Content>
                                    <div>
                                        content 3
                                    </div>
                                </Content>
                            </DockManagerContentPane>
                        </Panes>
                    </DockManagerSplitPane>
                </Panes>
            </DockManagerSplitPane>
        </DockManagerPanes>
    </TelerikDockManager>

Completed
Last Updated: 07 Aug 2025 06:59 by ADMIN
Release 2025 Q3 (Aug)

Hello I want to close a TelerikDialog using Esc key and this does not work sometimes. Run this REPL snippet please https://blazorrepl.telerik.com/cnYrwUYq54FZ70xP17. Click into dialog title for instance and press Esc key. Nothing happens.

Very thanks.

Miroslav

  
Completed
Last Updated: 06 Aug 2025 09:59 by ADMIN
Created by: Mark
Comments: 2
Category: PDFViewer
Type: Feature Request
10
When displaying a PDF using the PDFViewer component, I have noticed that, if the PDF being displayed has any website links/hyperlinks in it, the links cannot be clicked. If I download the PDF from the component and open the file, I am able to click the links. Can you add this functionality?
Completed
Last Updated: 05 Aug 2025 14:19 by ADMIN
Release 2025 Q3 (Aug)
Created by: Richard
Comments: 0
Category: DatePicker
Type: Bug Report
4
Set a Placeholder to the DatePicker. As a result, you will not be able to select the current day from the calendar.
Completed
Last Updated: 05 Aug 2025 14:08 by ADMIN
Release 7.0.0
Created by: Martin Herløv
Comments: 1
Category: DateTimePicker
Type: Bug Report
3

DateTimePicker loses focus when the NOW button is clicked. 

To reproduce the problem open the following demo:

https://demos.telerik.com/blazor-ui/datetimepicker/overview

Try clicking a few times on the NOW button. The focus is occasionally lost. 

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

 

 

 

 

 

Completed
Last Updated: 05 Aug 2025 10:11 by ADMIN
Release 2025 Q3 (Aug)
Currently, users can cancel editing either by clicking the "Cancel" button, the `X` button in the popup header, or by pressing the Esc key. The expectation is that all three actions should trigger the `OnCancel` event.
Completed
Last Updated: 01 Aug 2025 12:14 by ADMIN
Release 2025 Q3 (Aug)

Any transitioned event from a child element, like a radio button or button with a CSS transition, bubbles up to the TelerikWindow, triggers StateHasChanged on the window, which causes a re-render and leads to OnParametersSet being called.

Reproduction example: https://blazorrepl.telerik.com/wzEhnvOL011iIhls25.
To reproduce the issue:

  1. Open the Window
  2. Hover the Submit button or...
  3. Hover the arrow buttons of the NumericTextBox or..
  4. Select a new RadioGroup value

The NumericTextBox value is the OnParameterSet counter.

Completed
Last Updated: 28 Jul 2025 10:42 by ADMIN
An error occurred while running the wizard.

Error executing custom action Telerik.Blazor.VSX.Actions.UpdateMasterPageAction: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Telerik.Blazor.VSX.Actions.UpdateMasterPageAction.RetrieveMasterPageSettingsUpgradeInfo(IPropertyDataDictionary arguments, IProjectWrap project)
   at Telerik.Blazor.VSX.Actions.UpdateMasterPageAction.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments, IProjectWrap projectWrap)
   at Telerik.VSX.WizardEngine.ActionManager.ExecActions()
Completed
Last Updated: 28 Jul 2025 10:41 by ADMIN
Release 2024 Q1 (31.01.2024)

I was able to reproduce the error.

When I convert a project with no authentication type, it works. 

When I convert a project with Microsoft Identity Platform, I see the error. 

Completed
Last Updated: 25 Jul 2025 16:48 by ADMIN
Release 2025 Q1 (Feb)

The issue targets a Grid with cell selection and DragToSelect feature disabled where at least one column has Visible="false". With this configuration, when using Shift + Click to select multiple cells, the result is a mismatch in the cells that should be selected, after the position where the invisible column is placed.

Video reproduction attached. Reproduction code: https://blazorrepl.telerik.com/GyFuQwPf37H8riAM19.

Completed
Last Updated: 24 Jul 2025 07:25 by ADMIN
Release 2025 Q3 (Aug)

After filtering a nullable int column, the SelectAll checkbox in the GridCheckboxColumn stops working.

Reproduction example: https://blazorrepl.telerik.com/mTuyHaYM44sLH2yf05

Completed
Last Updated: 23 Jul 2025 11:52 by ADMIN
Release 2025 Q3 (Aug)

The TimePicker TimeView resets the date portion of the component Value to today. This does not happen when typing in the DateInput.

The problem is with start-end validation where the start Value gets ahead of the end Value, even if the time parts are valid.

A possible workaround is to use the TimePicker ValueChanged event to override the date part to its previous value, or to set a fixed date value that is the same for the start and end TimePickers.

Completed
Last Updated: 23 Jul 2025 11:51 by ADMIN
Release 2025 Q3 (Aug)

The scenario involves a DropDownList, which receives its data through OnRead at runtime asynchronously. The initial OnRead event that the component fires is not used, so the app calls Rebind() at some point. In this case, the component Value doesn't display until the user opens the dropdown. A possible workaround is to set the Value after the OnRead execution is complete.

https://blazorrepl.telerik.com/mfuUkwFR07p1jyo113

Completed
Last Updated: 23 Jul 2025 11:51 by ADMIN
Release 2025 Q3 (Aug)

If you are zooming a page containing a DateTimePicker with "AdaptiveMode" set to "AdaptiveMode.Auto", the application crashes occasionally with the error:

Microsoft.JSInterop.JSException: Cannot read properties of null (reading 'addEventListener')
TypeError: Cannot read properties of null (reading 'addEventListener')

The more adaptive DateTimePicker instances the page contains, the more likely the error is to occur.

 

 

Completed
Last Updated: 22 Jul 2025 07:53 by ADMIN
Release 2025 Q3 (Aug)

TelerikDateInput control works fine in windows (browsers chrome and edge) and android (chrome)

on iPhone (safari) the page jumps to top every time after user provides a value for day, month or year.

code:

<TelerikDateInput Id="dobId"
  @bind-Value="@_applicationViewModel.DateOfBirth"
  Format="dd/MM/yyyy">
<DateTimePickerFormatPlaceholder Day="dd" Month="mm" Year="yyyy" />
</TelerikDateInput>

 

see video attached

Completed
Last Updated: 22 Jul 2025 05:55 by ADMIN
Release 2025 Q3 (Aug)
Created by: Alexander
Comments: 0
Category: Grid
Type: Bug Report
2

The focus indicator on the GridSearchBox is broken when using an outline themes like A11Y, Bootstrap etc.

Workaround:

Temporarily override the overflow style on .k-toolbar-items (e.g., overflow: unset;) using custom CSS to restore the focus indicator.

Completed
Last Updated: 21 Jul 2025 12:38 by ADMIN
Release 2025 Q3 (Aug)

This currently happening in both my application, and in some of your demos.  If you set the focus to one of the tabs in the tabstrip, and then hit the tab key on the keyboard, it should set focus to the tabstrip content itself.  However, in some cases it sets the focus right back to the tab, so you can never navigate off of the tab with the keyboard.  

An example of this can be seen in the Overview and Scrollable Tabs demos, but it is working in position and alignment demo.  I should also note that if I open the Overview and Scrollable demos in the Repl, it also works.  So I'm not sure what is preventing it on the demo pages themselves.  Any help would be appreciated, since the same thing is happening in my projects after I upgraded the Telerik controls to v9.x.  Here are the demo links that I'm referring to.

https://demos.telerik.com/blazor-ui/tabstrip/overview

https://demos.telerik.com/blazor-ui/tabstrip/scrollable-tabs

 

Completed
Last Updated: 21 Jul 2025 11:39 by ADMIN
Release 2025 Q3 (Aug)
Created by: Jia
Comments: 24
Category: UI for Blazor
Type: Feature Request
133

Hello, 

 

We are looking to port an angularjs web application to Blazor and I didn't see the diagram component similar to the one found in Kendo UI. It would be nice to see a viso-like component in UI for Blazor.

Thank you.

Completed
Last Updated: 21 Jul 2025 07:35 by ADMIN
Release 2025 Q3 (Aug)
Created by: Richard
Comments: 0
Category: Map
Type: Bug Report
0

Description

The arrow buttons in the Map's navigator and the zoom buttons render without type="button" attribute.

Steps To Reproduce

Inspect the navigator and zoom buttons in this demo: https://demos.telerik.com/blazor-ui/map/overview

Actual Behavior

The buttons render without the type attribute.

Expected Behavior

The buttons render with type="button" attribute.

Browser

All

Last working version of Telerik UI for Blazor (if regression)

No response

1 2 3 4 5 6