Вопрос

in kendo grid i want to display a link with condition, i have a model field with bool type and there if value is true then that link need to be display otherwise display none.

now i have a @T("Admin.Common.Publish")

but it's not working in kendo grid can any one suggest me how to use this in kendo grid template?

Это было полезно?

Решение

I have try to use this and it's work

"link"

if IsReady is true then this link is show other wise it's hide.

Regards, vinit

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top