Unplanned
Last Updated: 27 Apr 2021 10:31 by ADMIN
CUC
Created on: 07 Dec 2019 01:56
Category: KendoReact
Type: Feature Request
1
Add Encoded prop to the GridColumn to allow Html strings to be passed to columns like on the columns in the jquery version
Please add an Encoded Prop to the GridColumn for KendoReact that works like the "encoded" property on columns in the jQuery version to allow us to pass unencoded Html to the cells of our KendoReact Grids. Thanks so much for any assistance in this matter!
1 comment
ADMIN
Stefan
Posted on: 11 Dec 2019 07:16

Hello, Troy,

Thank you for the request.

This can be currently be done with a custom cell:

https://www.telerik.com/kendo-react-ui/components/grid/api/GridColumnProps/#toc-cell

This is an example of how to achieve the desired result:

https://stackblitz.com/edit/react-27dujw-ebjxsv?file=app%2FTransformTextComponent.jsx

As the encoding of the HTML has its potential security risks, we prefer the developer to have better control over it.

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items