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.
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.
In Excel, when you copy a range and then paste it into a larger one, the values are repeated to fill the larger range. This can be included in RadSpreadsheet as well.
Selecting multiple columns that are not necessarily next to each other leads to incorrect chart series categories. Having the same columns next to each other and selecting all of them with single selection results in a correct chart. Make it possible for the user to make multiple selections and create charts based on them.