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/.
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.
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/.
It is common to use RadSpreadSheet for text display, not just numeric since Grid is not flexible enough for data entry.