Unplanned
Last Updated: 27 Jan 2021 11:57 by ADMIN
Created by: Dimitar
Comments: 0
Category: Spreadsheet
Type: Feature Request
6
Add support for text orientation (rotation). This is supported in the SpreadProcessing model.
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

Completed
Last Updated: 15 Dec 2020 13:48 by ADMIN
Release LIB 2020.3.1221 (21/12/2020)

When the column width is decreasing below the size of the filter button the size of the button remains the same and overlaps the previous button.

Completed
Last Updated: 02 Dec 2020 13:15 by ADMIN
Release LIB 2020.3.1207 (07/12/2020)
When the users copy an image and paste it to another RadSpreadsheet, then export the Workbook to XLSX, the generated document contains invalid relation as the image is not properly registered inside the resources of the workbook.
Completed
Last Updated: 03 Nov 2020 08:05 by ADMIN
Release LIB 2020.3.1109 (09/11/2020)
The selected text is not readable when the Worksheet tab is in Edit mode and the applied theme is dark.

Reproducible in NoXaml scenario and for all dark themes except Fluent Dark.
Completed
Last Updated: 20 Oct 2020 13:54 by ADMIN
Release R2 2020
Unplanned
Last Updated: 28 Aug 2020 05:07 by ADMIN
Created by: Dimitar
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
 Implement the Page Break Preview functionality like in Excel
Unplanned
Last Updated: 30 Jul 2020 11:13 by ADMIN
Unplanned
Last Updated: 27 Jul 2020 12:00 by ADMIN

The scroll exceeds the visible area when using the auto-fill.

Steps to reproduce:

- Set the VisibleSize to (10 ,10)

- Drag the autofill icon down

 

Unplanned
Last Updated: 09 Jul 2020 10:53 by ADMIN
Setting a tab color from API:
this.radSpreadsheet.ActiveWorksheet.ViewState.TabColor = new ThemableColor(Colors.Red);
doesn't fire a UI update.
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 
Completed
Last Updated: 22 Jun 2020 07:28 by ADMIN
Release R2 2020 SP1
When changing only number separators and leave the default currency separators values entered in the cells are displayed with wrong separators.
Completed
Last Updated: 18 Jun 2020 11:56 by ADMIN
Release R2 2020 SP1
When setting Wrap Text to an already merged CellSelection the row height is recalculated according to the cell height instead of keeping the initial height of the row.
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: 22 May 2020 09:34 by ADMIN
The chart is blinking when the SetValue method is used
Unplanned
Last Updated: 16 Apr 2020 16:40 by ADMIN
Created by: Paul
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Currently, caching formula results is not supported.
Completed
Last Updated: 31 Mar 2020 11:10 by ADMIN
Release R2 2020
At the moment the print settings set to the WorksheetPageSetup class are not passed to the Print dialog which leads to bad user experience. If you set the print settings of the RadSpreadsheet like so:

WorksheetPageSetup pageSetup = this.radSpreadsheet.Workbook.ActiveWorksheet.WorksheetPageSetup;
pageSetup.PageOrientation = PageOrientation.Landscape;

and then select Print, the Spreadsheet print menu will show the print preview as landscape. However, when after that you click on Print for the default print dialog to appear and then click Preferences, you will notice that the preference is set to Portrait. The print job will be Landscape, but the incorrect information in the default dialog creates confusion.

This is an example of how to set the preference of the default dialog:

PrintDialog printDialog = new PrintDialog();
var printTicket = printDialog.PrintTicket;
printTicket.PageOrientation = System.Printing.PageOrientation.Landscape;
Unplanned
Last Updated: 21 Feb 2020 09:42 by ADMIN
The Outline and Marker properties of the Scatter series are not rendered correctly
Unplanned
Last Updated: 12 Feb 2020 08:24 by ADMIN
Created by: Sudhanshu
Comments: 0
Category: Spreadsheet
Type: Feature Request
7
A sparkline is a tiny chart in a worksheet cell that provides a visual representation of data that is currently not supported.
Completed
Last Updated: 11 Feb 2020 12:52 by ADMIN
Release LIB 2020.1.217 (02/17/2020)
An ArgumentOutOfRangeException is thrown when importing a spreadsheet with the first sheet hidden: VisibleSheetCount should be greater or equal to 1.