Unplanned
Last Updated: 06 Nov 2020 07:56 by ADMIN
Software
Created on: 25 Feb 2020 16:54
Category: Spreadsheet
Type: Feature Request
3
SpreadSheet: Add text formatting ability to a part of the text instead of applying for the whole cell.
Text formatting examples are bold, underline, italic. if a react wrapped jquery spreadsheet component cell has two words something like 'Hello World' i want only 'world' to be bold which means in the cell it should show as 'Hello World'. Instead of applying these formatting options to cells apply them to the text in the cell. please make this feature applied to the react spreadsheet as well.

API Reference - https://docs.telerik.com/kendo-ui/api/javascript/spreadsheet/range/methods/bold
2 comments
ADMIN
Aleksandar
Posted on: 06 Nov 2020 07:56

Hello,

We are reevaluating this as a valid Feature Request. The newly introduced sheets.rows.cells.html configuration option discussed in this completed Feature Request allows for setting the style of part of the cell text, for example:

{ value: "Spinach and <b>Blue</b> Cheese", background: "rgb(255,255,255)", color: "rgb(0,62,117)", html:true }

however, applying the styling (bold, italic, underline) to part of the cell contents still styles the entire cell content. 

To style part of the cell contents when the  sheets.rows.cells.html configuration option is set to true you may also consider using the range.value method:

sheet.range("A1").value("<b>Spinach</b> and <b>Blue</b> Cheese");

Regards,
Aleksandar
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
Veselin Tsvetanov
Posted on: 03 Mar 2020 10:28

Hi,

I have just related the current thread to another one, which concerns the same functionality.

Regards,
Veselin Tsvetanov
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.