Completed
Last Updated: 27 Oct 2020 14:22 by ADMIN
Naveen
Created on: 05 Nov 2019 06:48
Category: Spreadsheet
Type: Bug Report
8
Wrap Text - Cell Editing is not User Friendly

Dear Concerned,

1. Launch https://demos.telerik.com/kendo-ui/spreadsheet/index

2. Select Column B11, click wrap text from Home toolbar.

3. Start typing in B11 & see cell editor keeps growing and goes beyond screen.

4. This is not user friendly, it should be same as Excel

5. Any alternative or quick fix would be appreciable

3 comments
ADMIN
Misho
Posted on: 06 Nov 2019 13:37

Hello,

There is Cells.wrap option in Kendo Spreadsheet which you need to set on the Cell you would like to wrap itself:

 cells: [
                                {
                                    value: "test", background: "rgb(167,214,255)", textAlign: "center", wrap: true
                                }
                            ]

Here is a dojo sample demonstrating this approach:

https://dojo.telerik.com/aHOpuDOH/12 

 

I hope you will find this information useful.

Regards,
Misho
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Naveen
Posted on: 05 Nov 2019 14:46

Hi, 

Proposed workaround only stopping the editor to grow width wise but it is hiding content after a certain length, it is not wrapping the text while typing in the editor.

ADMIN
Misho
Posted on: 05 Nov 2019 13:20

Hi,

This behavior appears to be a bug in Spreadsheet component. I've logged it in our public backlog where you could track it's status: https://github.com/telerik/kendo-ui-core/issues/5387

 

As a workaround you could use the approach in this dojo smaple:

https://dojo.telerik.com/aHOpuDOH/9

As a small token of gratitude for your report I'm adding Telerik point to your account.

Best  Regards,
Misho
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.