Completed
Last Updated: 17 May 2021 09:14 by ADMIN
JF
Created on: 27 Nov 2017 12:10
Category: Spreadsheet
Type: Bug Report
0
radspreadsheet excel behavior
Problem with simple excel behavior.

In excel when you type a string longer than the cell, text is not clipped and shows over other cells.  Then, if you fill adjacent cell, text is then clipped.

I've been able to mimic this behaviour using this css:

.RadSpreadsheet .rssPane .k-spreadsheet-cell {
    overflow: visible !important;
  }

But then, If you highlite those cells with background color  the text is again clipped.  The background color wipe the text.

Attached is a small png to show the problem.

Please fix this to work as excel.  Users are complaining non stop.

Thanks.
Attached Files:
1 comment
ADMIN
Rumen
Posted on: 06 Nov 2020 14:18

Hi JF,

Thank you for your feature request. This is how the control is designed to behave, but your feedback to mimic MS Excel behavior is helpful!

I tested the reported behavior and was able to reproduce it partially in the Overview demo as shown in the following video: http://youtu.be/9Z5_kQJLl9c?hd=1

The CSS class override that you proposed does work on my side, and the background color did not hide the text which overlaps the adjacent cell. Am I missing something, can you please clarify? Thank you!

Best Regards,
Rumen
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/.