Kendo ui grid if else condition

后端 未结 5 1246
春和景丽
春和景丽 2020-12-15 10:35

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

5条回答
  •  猫巷女王i
    2020-12-15 10:58

    done on easier way: thank You all

    template: "#if(OrderType == 'OrderType 20') {#
    #:OrderType#
    #} else{##:OrderType##}#"

提交回复
热议问题