Won't Fix
Last Updated: 24 Sep 2020 07:58 by ADMIN
sangwon
Created on: 30 Nov 2019 23:15
Category: Kendo UI® for Vue
Type: Bug Report
0
How can i set visible for custom command?
How can i set visible for custom command?
2 comments
ADMIN
Plamen
Posted on: 24 Sep 2020 07:58

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

ADMIN
Ivan Danchev
Posted on: 02 Dec 2019 18:58

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="'&nbsp;'"
                           :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

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