Hello, Tisson,
This can be done, using a headerCellRender prop which will allow adding an onDoubleClick event to the cells, and dynamically rendering an editor inside the cell. The editor can be rendered based on a value inside the state which will determine if this cell should render a name or an editor:
https://www.telerik.com/kendo-react-ui-develop/components/grid/api/GridProps/#headercellrender
Or if this is needed only for a specific column, the headerCell prop of that column can be used:
https://www.telerik.com/kendo-react-ui-develop/components/grid/styling/#adding-custom-header-cells
https://stackblitz.com/edit/react-viwyyw?file=app/main.jsx
Please let me know if you need additional information on this matter.
Regards,
Stefan
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/.