kendo grid In asp.net core project
how to Hide column DateResult
i have
columns.ForeignKey(p => p.result, (System.Collections.IEnumerable)ViewData["Result"], "id", "Name").Title("Result");
columns.bound(c =>c.DateResult) in my Grid
and there is three type of result ViewData(agree - disagree -Inprogress)
If the user select disagree I want to hide the DateResult
Note
popup editor
thanks