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
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.
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.