Hello,
In such case we recommend using the approach recommended by Ivan or in Native Vue Grid we can use Vue templates as for example it is done in this demo - https://www.telerik.com/kendo-vue-ui/components/grid/editing/editing-custom-template/
Regards,
Plamen
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/.
Hello,
Visibility of commands should be set through the visible prop, for example:
<kendo-grid-column :command="{ text: 'View Details', visible: checkVisible, click: showDetails }"
:title="' '"
:width="100"></kendo-grid-column>
However, we found out the function passed to it does not fire as expected, so we've logged it for fixing. This thread is converted to bug report and is visible in the Feedback Portal. You can track it for notifications on the status of the bug.
I've updated your Telerik points, for your involvement in identifying this bug.
Regards,
Ivan Danchev
Progress Telerik