gpt4 book ai didi

kendo-ui - 如何将复选框列添加到 Kendo 网格

转载 作者:行者123 更新时间:2023-12-02 19:19:27 25 4
gpt4 key购买 nike

我正在尝试向 KendoUI 网格添加复选框列。这是fiddle .

我已关注this来自剑道论坛的帖子。
有人可以指出我在这里做错了什么吗?

这是相关代码:

data-columns = '[
{"field":"Name", "filterable":true},
{"field":"Price", "filterable":false},
"UnitsInStock",
{"field":"Recon"},
"template": "<input type='checkbox' #= (Recon == true) ? checked ='checked' : '' # disabled />"
]'

最佳答案

将您的列更改为:

[{"field":"Name", "filterable":true}, {"field":"Price", "filterable":false}, "UnitsInStock", {"field":"Recon", "template": "<input type=\"checkbox\" />" }]'

您的语法中有一些错误,以及一些未转义的引号。

希望这有帮助。

关于kendo-ui - 如何将复选框列添加到 Kendo 网格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12210105/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com