Duplicated
Last Updated: 18 Feb 2025 07:13 by ADMIN
Created by: Dimitar
Comments: 0
Category: Spreadsheet
Type: Feature Request
7
Add support for text orientation (rotation). This is supported in the SpreadProcessing model.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: Spreadsheet
Type: Feature Request
6
Add support for creating Tables and applying tables styles (predefined ones or custom).
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
6
Among the other worksheet protection options, the customers can choose options like "Select locked cells" and "Select unlocked cells", enable or disable formatting options, insertion or deletion of different elements. These settings at the moment are not supported
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
Add support for import and export of Excel Template files (XLTS) file format.
Unplanned
Last Updated: 03 Jun 2020 06:50 by ADMIN
At this point, the ribbon and the context menu are not localized out of the box and the users need to change the strings manually.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Tanya
Comments: 2
Category: Spreadsheet
Type: Feature Request
6
Currently, the customers can bind data only to the Workbook property of RadSpreadsheet. Allow them binding cell range to a data source.
Unplanned
Last Updated: 29 Oct 2018 09:33 by ADMIN
ADMIN
Created by: Martin
Comments: 0
Category: Spreadsheet
Type: Feature Request
5
Returns a Range object that represents the current region. The current region is a range bounded by any combination of blank rows and blank columns. If we want to be consistent with MS Excel we should implement this property. It is useful for many operations of a region such as filtering(selecting one cell and executing the Filter command should apply it to the current region), sorting, selecting all and etc. This document will be useful: https://docs.microsoft.com/en-us/office/vba/api/excel.range.currentregion.
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. 
Unplanned
Last Updated: 31 Oct 2018 07:51 by Davis
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
Created by: Etienne
Comments: 1
Category: Spreadsheet
Type: Feature Request
4
In MS Excel, there is splitter that can be used to manually resize the formula bar. Also there is an arrow button which expands/collapses the formula bar to the last manually resized size. 
Unplanned
Last Updated: 24 Sep 2021 06:14 by ADMIN
Value of a cell is visualized outside of the cell boundaries, or the value is clipped and partially visible, when the cell is updated (from code-behind), while being in an inactive worksheet, and is referenced by another cell from the active sheet.

Workaround: get a value of some cell in the active sheet and set it again to the same cell.

The issue is reproducible after the official release of Q1 2015.
Unplanned
Last Updated: 10 Oct 2024 06:07 by ADMIN
When RadSpreadsheet is placed inside a data template and the Workbook property is bound, the binding fails. 

In the Convert() method of the debug converter, the proper value is set. However, an empty workbook is displayed in the view.
Unplanned
Last Updated: 26 Jun 2020 10:09 by ADMIN
Created by: Dimitar
Comments: 0
Category: Spreadsheet
Type: Feature Request
4
Implement support for ChartSheet 
Duplicated
Last Updated: 04 Jan 2021 09:16 by ADMIN
Created by: Sam
Comments: 1
Category: Spreadsheet
Type: Feature Request
4

Please add support for cell content rotation.

 

I know that this is listed in the known unsupported features article, but just to be extra clear about what I am requesting, here's an example from Microsoft Excel

Unplanned
Last Updated: 26 Apr 2024 11:31 by Robby
Number format not working when the decimal separator is set to comma.
Unplanned
Last Updated: 21 Oct 2024 07:17 by ADMIN
Selectionchanged is firing two times when changing the active worksheet.
Unplanned
Last Updated: 25 Oct 2024 12:16 by Sasidhar

Add information about the selection in the SelectionChanged event arguments. 

- We need to differentiate from mouse event to keyboard event. But since the EventArgs is empty we are not able to differentiate.

Unplanned
Last Updated: 13 Nov 2024 05:26 by ADMIN

Improve the load time when the ribbon UI is used.

 

Unplanned
Last Updated: 28 Jan 2025 10:34 by Martin Ivanov
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.