Completed
Last Updated: 11 Nov 2025 08:11 by ADMIN
Release Telerik UI for WPF 2025.4.1111 (2025 Q4)
When selecting multiple cells, clicking on the current active cell (which is selected) does not clear its selection but moves the active cell to one of the other cells from the selected range.
Completed
Last Updated: 20 Aug 2025 15:23 by ADMIN
Release 2025.3.812 (2025 Q3)
When selecting multiple cells while holding the CTRL key, a selected cell cannot be excluded from the selection when clicking on it.
Completed
Last Updated: 21 May 2025 07:52 by ADMIN
Release 2025.2.521 (2025 Q2)
Add the CellIndex or CellRange of the clicked cell in the HyperlinkClicked event arguments (HyperlinkClickedEventArgs).
Completed
Last Updated: 21 May 2025 07:52 by ADMIN
Release 2025.2.521 (2025 Q2)
Currently, the HyperlinkClicked event of RadWorksheetEditor is raised only for external hyperlinks (web and mailto addresses). Raise the event also for links pointing to the a cell in the same document.
Completed
Last Updated: 12 Nov 2024 08:17 by ADMIN
Release Telerik UI for WPF 2024.4.1111 (2024 Q4)
ArgumentException when loading document with a FontDize less than 0.01. 
Completed
Last Updated: 20 Dec 2024 08:46 by ADMIN
Release 2024.4.1219 (Preview)

The numeric box that allows you to select the "to" page in the PrintPreviewControl is clipped when the "Pages:" and "to" strings are translated to a language where these words are longer. For example, this reproduces with Dutch culture which uses the "Pagina's:" and "naar" texts.

To work this around, you can get the Grid panel that hosts the content and increase the Width of one of its ColumnDefinitions.

  private void PrintPreviewControl_Loaded(object sender, RoutedEventArgs e)
  {
      var printPreview = (PrintPreviewControl)sender;
      var rootGrid = printPreview.FindChildByType<Grid>();
      rootGrid.ColumnDefinitions[0].Width = new GridLength(355);
  }

Completed
Last Updated: 11 Nov 2025 08:11 by ADMIN
Release Telerik UI for WPF 2025.4.1111 (2025 Q4)
Data validation dialog buttons should respond to the Enter or Esc keys (Retry, Cancel).
Completed
Last Updated: 01 Sep 2023 13:46 by ADMIN
Release LIB 2023.2.904 (4 Sep 2023)
A filter cannot be applied to the RadSpreadsheet when a sheet is protected even though the Filter option in the protection dialog is checked. 
Completed
Last Updated: 27 Sep 2023 12:20 by ADMIN
Release R3 2023
The data validation error message box has an invalid size when shown multiple times
Completed
Last Updated: 11 Sep 2023 14:59 by ADMIN
Release LIB 2023.2.918 (18 Sep 2023)
ADMIN
Created by: Peshito
Comments: 0
Category: Spreadsheet
Type: Bug Report
0
Defined names do not appear in the Name Box.
Completed
Last Updated: 11 Sep 2023 15:00 by ADMIN
Release LIB 2023.2.918 (18 Sep 2023)
DataValidation of a list with defined names is not taking the source into account. As a result, values are not displayed as options in the cell drop-down list.
Completed
Last Updated: 30 Jun 2023 08:40 by ADMIN
Release LIB 2023.1.703 (3 Jul 2023)
InvalidOperationException (Sequence contains no matching element) when editing a note.
Completed
Last Updated: 22 May 2023 10:51 by ADMIN
Release LIB 2023.1.522 (22 May 2023)
If the Spreadsheet ribbon has a custom template which hides the Style Gallery, when the Styles collection is edited, a NullReferenceException is thrown. This is because the change causes changes in the Style Gallery while the template of the Style Gallery is not yet applied.
Completed
Last Updated: 09 Mar 2023 06:54 by ADMIN
Release R1 2023 SP1
Created by: Ali
Comments: 0
Category: Spreadsheet
Type: Bug Report
1
telerik:Label's Context is set to itself and is throwing an error while searching for a not existing 'Title' property within itself.
Completed
Last Updated: 22 Feb 2023 10:56 by ADMIN
Release R1 2023 SP1
NullReferenceException when the document contains paragraph elements with no text. 
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
Fill down (Ctrl-D) is not working in a protected worksheet with an unlocked range of cells.
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
PrintPreviewControl throws NullReferenceException when it is in the GridView Print example. 
Completed
Last Updated: 21 Sep 2022 08:15 by ADMIN
Release R3 2022 SP1
When certain files are imported, an exception with message" is invalid column name" is thrown.
Completed
Last Updated: 20 Sep 2022 15:34 by ADMIN
Release LIB 2022.3.926 (26 Sep 2022)

When the selection contains a certain combination of text and numbers, the charts dialog throws an exception upon opening.

Completed
Last Updated: 05 Sep 2022 07:06 by ADMIN
Release LIB 2022.2.905 (09 Sep 2022)
When Bulgarian culture is set and a document with a chart is imported, NullReferenceException is thrown.

1 2 3 4 5 6