You can use the items() method of the grid to achieve this requirement:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods-items
For example:
Copy Code
Grid event:
Copy Code
JavaScript:
Copy Code
Alternatively, you can use Templates with condition:
http://docs.telerik.com/kendo-ui/aspnet-mvc/helpers/grid/faq#how-to-apply-conditional-logic-in-column-client-templates
I hope this will prove helpful.