Completed
Last Updated: 23 Sep 2022 13:07 by ADMIN
Release R3 2022
Dimitar
Created on: 15 Jan 2021 12:55
Category: Spreadsheet
Type: Bug Report
4
RadSpreadSheet: The wrap text feature does not work as expected when not in edit mode
The wrap text feature does not work as expected when not in edit mode
5 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 18 Aug 2022 05:28

Hi,

I would like to include the following scenario in this request in order to ensure that it will be properly handled:

        public RadForm1()
        {
            InitializeComponent();

            Selection selection = this.radSpreadsheet1.SpreadsheetElement.ActiveWorksheetEditor.Selection;
            selection.Select(new CellRange(1, 1, 1, 1));
            string text = "Some example text" + Environment.NewLine + "some more example text";
            selection.ActiveCell.SetValueAsText(text);
        }

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 30 May 2022 12:49

Hello, Dennis,

I would like to note that this item is included in the current planning. Hence, we will do our best to introduce the text wrapping feature in the upcoming releases. However, I can't confirm in which release version exactly it will be ready since it is a complex feature.

Due to the specificity of the RadSpreadsheet implementation, I am not able to suggest an appropriate temporary solution. Stay tuned and follow the status of the public item. Thus, you will get notified once any status changes occur.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Dennis
Posted on: 26 May 2022 12:10
Hi, is there a plan to resolve this in a future update? Any customized code that can be written to achieve this?
ADMIN
Dimitar
Posted on: 02 Feb 2022 07:56

Hello Dennis,

The issue looks similar but I cannot be sure without looking at the file. I would suggest opening a new ticket (which is a private thread) for this and attaching the file there. This way we will be able to properly investigate this case and determine what exactly is causing the issue. 

Thank you in advance for your patience and cooperation. 

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Dennis
Posted on: 01 Feb 2022 16:19

It is common to use RadSpreadSheet for text display, not just numeric since Grid is not flexible enough for data entry.