javascript - Kendo ui grid if else 条件

标签 javascript if-statement kendo-grid conditional

我的代码有什么问题?

我必须检查 kendo UI 网格是否在我的专栏中有“OrderType 20”。 如果是,我需要应用包含背景的 css 条件,但它不起作用,有人可以帮助我吗?谢谢

template: '# if (OrderType == "OrderType 20") {#<div class='customClass'>#:OrderType#</div>#} else {#OrderType#}#'

最佳答案

对于 kendo ui 网格行模板的嵌套 if else 可能会有所帮助。即

template: "#if(ErrorDesc==null){# #: DeviceLabel # #}else If(ErrorDesc==""){# #: DeviceLabel # #}else{# #: DeviceText # #}#"

关于javascript - Kendo ui grid if else 条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28459463/

相关文章:

javascript - Angular Material DatePicker : Month and Day, 排除年份

python - if 变量的语句略有不同

javascript - ngOnInit() 被调用两次

javascript - 将 JavaScript 文件分解为更易于管理的文件,或使用不同的 IDE

javascript - Ember 绑定(bind)样式属性问题

java - 如何将java中的switch语句转换为if else语句

javascript - IF 语句中的动态条件

javascript - 按下回车键后将焦点设置到下一个剑道网格行

javascript - 将附加数据发送到 KendoUI DataSource 并在 dataBound 事件中使用它

grails - 剑道网格按降序排序