It would be great if you could put images to cells using html. E.g.: <img src="..."> would result in an image in the cell.
Hello, William,
Could you please state your question in a new support ticket/forum thread as a more appropriate place to discuss the matter? There you can also share further details on the issue you are experiencing (preferably in a Dojo example) and steps on how to reproduce it. We will then be able to provide more information on the matter.
Thank you for the understanding!
Regards,
Martin
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/.
But is there a way to export it to Excel and maintain the HTML output? When I exported it it shows the tags
<b>bold</b></br> Another
I tried to make it multi lined
Hey everyone!
With R3 2020 we introduced the ability for a range of cells to allow for their value to be evaluated as HTML, letting a cell or range of cells use HTML to display content. Please refer to this specific Spreadsheet API reference to see a sample of how to configure cells to accept HTML and to play around with the behavior.
Regards,
Carl
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).
I agree with allowing templates like Kendo Grid. That would take care of some of the other suggestions (Include Images, Include buttons, Include checkboxes).
Yes, and cell or column template should be provided like kendo grid. Template for inserting button in all the cells or image are general scenarios we required.
Yes! With most other HTML grids, you can supply an HTML template for a cell... Lets add this to the Spreadsheet control...
spreadsheet cell renders each cell as text node. It should have an option to render it as html node based on some configuration.