Completed
Last Updated: 01 Jul 2021 13:29 by ADMIN
Patrick
Created on: 07 Mar 2016 15:32
Category: UI for ASP.NET MVC
Type: Feature Request
1
Add the ability to view "rich text format" text in a grid or text box that is not HTML but like an RTF file.
I have data that is in RTF format to be able to format font the way the users want with links, etc.  To show that on a kendo grid is touch.  had to create/find a regular expression and do some special formatting for the links.  You currently only have editing for HTML
2 comments
ADMIN
Viktor Tachev
Posted on: 01 Jul 2021 13:29

Hello Patrick,

The functionality is available in the Editor component. Thus, it can be specified as a custom editor for the Grid and show the formatted text.

For more information on how to use custom editors in the Grid component check out the following resources:

https://docs.telerik.com/aspnet-mvc/html-helpers/data-management/grid/templates/editor-templates

https://demos.telerik.com/aspnet-mvc/grid/editing-custom

 

Regards,
Viktor Tachev
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.

ADMIN
Telerik Admin
Posted on: 07 Mar 2016 15:46
Thanks for the proposal, Patrick.

The only way that could be possible at a future point is by integrating our editor widget for editing grid cells (via a template column), when it supports import & export to RTF. Check the status of this suggestion regularly on this part:
http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6077659-editor-support-import-and-exporting-docx

Still note that the resulting output from the editor will be html and not rtf.