Completed
Last Updated: 04 Oct 2021 13:35 by ADMIN
Release LIB 2021.3.1011 (11 Oct 2021)
The problem is that the spreadsheet wants to identify the main window. The main window is not known to the plugin and should not be, because it is located in a different app domain due to the specifics of the architecture (https://docs.microsoft.com/en-us/archive/msdn-magazine/2014/january/wpf-build-fault-tolerant-composite-applications).
Completed
Last Updated: 18 Oct 2021 06:39 by ADMIN
Release LIB 2021.3.1018 (18 Oct 2021)
If you set, for example, two copies, the printed copies will be 4. If you select three copies, the result will be nine copies.
Completed
Last Updated: 20 Oct 2021 12:22 by ADMIN
Release R3 2021 SP1
The SpreadsheetML format has built-in reserved names. When such a name is defined in the scope of a worksheet, a SpreadsheetNameException is thrown during parsing the document.
Completed
Last Updated: 01 Nov 2021 09:00 by ADMIN
Release LIB 2021.3.1101
The style gallery is broken in the fluent theme and crashes the control
Unplanned
Last Updated: 28 Feb 2022 11:32 by JC
The user needs to either double click or hit F2 in order to proceed.
Completed
Last Updated: 04 Mar 2022 07:47 by ADMIN
Release LIB 2022.1.307 (07 Mar 2021)
Some documents with conditional formatting occasionally throw an ArgumentOutOfRangeException due to an internal issue with dfsx indexing.
Unplanned
Last Updated: 10 Jun 2022 06:02 by IGK
Created by: IGK
Comments: 0
Category: Spreadsheet
Type: Feature Request
1

With the current implementation, the Notes support only a rectangular shape.

Examples:

Unplanned
Last Updated: 06 Dec 2022 11:05 by Anthony
The cursor position is changed when one clicks in the middle of a formula. The cursor is moved to the end of the 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: 22 Feb 2023 10:56 by ADMIN
Release R1 2023 SP1
NullReferenceException when the document contains paragraph elements with no text. 
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.
Unplanned
Last Updated: 02 Mar 2023 08:08 by n/a
The sheet navigation does not work with specific theme and document.
Unplanned
Last Updated: 02 May 2023 12:44 by ADMIN
Created by: Julio Cesar
Comments: 2
Category: Spreadsheet
Type: Bug Report
1
Searching with Ctrl-F in a sheet with many rows takes a long time.
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.
Unplanned
Last Updated: 04 Sep 2023 12:28 by 胡张
Investigate if the performance with large files can be improved. Currently a document with a million ros is opened slowly and the memory consumption is high. 
Unplanned
Last Updated: 01 Dec 2023 07:12 by Derek

Copy/Paste a shape and then an image leads to a wrong result. 

Steps to reproduce: 

1. Copy plain text from a plain text editor onto the clipboard -> Paste in Spreadsheet and the text is pasted OK.
2. Copy the image from another app onto the clipboard -> Paste in Spreadsheet and the "This information cannot be pasted" dialog is displayed.
3. Insert picture from file into spreadsheet -> image displayed in a shape.
4. Select and copy the shape.
5. Repeat step 1 => Copy plain text from a plain text editor onto the clipboard -> Paste in Spreadsheet and the text is pasted OK.
6. Repeat step 2 => Copy image from another app onto clipboard -> Paste in Spreadsheet and shape selected and copied in step 4 is pasted. => Not expected result.
Unplanned
Last Updated: 02 Sep 2024 05:20 by Sambhav

Spreadsheet: Add the ability to build formulas using keyboard navigation:

1. Press '=' in a cell. The cell goes into Edit Mode. 
2. Use the Keyboard arrow keys to move in any direction. The Cell reference of the focused cell is automatically entered after the '=' into the cell which is in edit mode.
3. The user can press the Control+Arrow Key to add a reference to an entire row or column of data.
Unplanned
Last Updated: 30 Jan 2025 08:54 by Stenly

For the German language translations, the following resource keys are translated into Dutch instead:

  • Spreadsheet_PrintPreview_FitSheetOnOnePage
  • Spreadsheet_PrintPreview_FitSheetOnOnePage_Description
  • Spreadsheet_PrintPreview_FitColumnsOnOnePage
  • Spreadsheet_PrintPreview_FitColumnsOnOnePage_Description
  • Spreadsheet_PrintPreview_FitRowsOnOnePage
  • Spreadsheet_PrintPreview_FitRowsOnOnePage_Description
Unplanned
Last Updated: 03 Aug 2017 10:40 by ADMIN
#.##0,00;-#.##0,00;;@ does not work in RadSpreadsheet. It should suppress visualizing of ) values.

Workaround: #.##0,00;-#.##0,00; ;@ works fine (there is ' ' [space] set for the zero values).
Declined
Last Updated: 20 Sep 2017 14:21 by ADMIN