What is wrong with my code?
I have to check in kendo UI grid is there \"OrderType 20\" in my column. If it is, I need to apply my css condition which includes back
{ field: "status", title: "Status", width: "80px", template: "# if (status == '1' ) { # Active # } else if (status == '0'){ # Deactive #} #" }