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