Completed
Last Updated: 27 Oct 2015 12:06 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 3
Category: Spreadsheet
Type: Bug Report
2
The fix is available in our latest LIB release (v.2015.3.1026). 
Completed
Last Updated: 14 Dec 2015 13:11 by Paul-Henri
Created by: Paul-Henri
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
The feature will be available in our official release Q1 2016.
Completed
Last Updated: 08 Jul 2014 07:41 by ADMIN
ADMIN
Created by: Petya
Comments: 1
Category: Spreadsheet
Type: Feature Request
2

			
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Add API allowing change of the mouse cursor.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Implement Show Formulas command, which display the formulas in the cells instead of the result value. In MS Excel, this is available in Formulas -> Formula Auditing -> Evaluate Formula.

The keyboard shortcut is "Ctrl + ~".
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
If you set "[h]:mm" as a custom format to a cell which has time set to it the calculated value in the cell is wrong for the minutes. The minutes part is interpreted as months.
Unplanned
Last Updated: 09 Feb 2021 07:56 by ADMIN
Created by: David
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Enable users to localize the default styles names.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
The number format [hh]:mm causes ArgumentException on import.
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: 15 Jan 2020 12:44 by ADMIN
Release R1 2020
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Implement UI for hiding sheet. The sheets can be visible, hidden, or very hidden (could be made visible only from the API).

Note: This is already supported on model level (in RadSpreadProcessing).
Unplanned
Last Updated: 31 Oct 2018 08:06 by ADMIN
Implement options in fill handle which enable to choose the type of the auto filling, as in MS Excel. 

After drag-drop of the fill handle, a small UI control (drop down button like) appears which enables the users to choose whether the cell data should be copied, filled using series or other. Another option (also available in MS Excel), is to drag the fill handle with the right mouse button, which shows window with options.
Declined
Last Updated: 30 Jun 2014 14:04 by ADMIN
Created by: Mi
Comments: 3
Category: Spreadsheet
Type: Bug Report
2
When I insert an image in a worksheet it shown and I can print it. But when I export the worksheet to a PDF file the image is not exported!
Duplicated
Last Updated: 13 Mar 2023 15:18 by ADMIN
According to the Open XML documentation, the possible max value for this attribute is an unsignedInt or 4294967295.
Completed
Last Updated: 02 Jun 2016 10:22 by ADMIN
When a workbook with a number of worksheets larger than a certain count is saved an out of memory exception is thrown. The necessary number of worksheets depends on the file and the machine, but it ranges between 70-90.
Completed
Last Updated: 09 Mar 2023 06:54 by ADMIN
Release R1 2023 SP1
Created by: Flavio
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: 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: 31 Oct 2018 08:06 by ADMIN
ADMIN
Created by: Boby
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
COUNTA function is similar to COUNTIF function, but it only counts the non-empty cells. 

Description from Microsoft here: https://support.office.com/en-us/article/COUNTA-function-7dc98875-d5c1-46f1-9a82-53f3219e2509?ui=en-US&rs=en-US&ad=US&fromAR=1 .

Workaround: it should be possible to implement such custom function. See Custom Functions help article here: http://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/formulas/custom-functions .
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
We should provide an easier API allowing the customers to remove the key bindings or change the commands that they trigger.

Workaround: There is attached a sample showing how all the commands triggered by the key bindings can be disabled.
Unplanned
Last Updated: 09 Feb 2017 09:48 by ADMIN
If you need to set a custom type number format (using Format cell dialog) and enter some additional text in Type TextBox and press Enter key, the changes are not applied.


Steps to reproduce: 

1. Insert some time in a cell in spreadsheet (22:20)

2. Apply it a custom format that contains AM/PM (e.g. "h:mm AM/PM") and press Enter key

Observed: The AM/PM format is missing

Expected: AM or PM should be shown after the time


Workaround: Press OK button or first click somewhere else in order to change the focus
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
Steps to reproduce: 

1. Enter in a cell =Today()
2. Show Format Cells dialog and set Custom format "d"

Expected: The value is the day of the month.
Actual: The date is formatted as short date but has to be day of the month.