gpt4 book ai didi

templates - Kendo 网格列号格式

转载 作者:行者123 更新时间:2023-12-02 22:46:38 26 4
gpt4 key购买 nike

如果我们绑定(bind) 2 个数据值,如何在剑道列中设置数字格式?在我的示例中,我必须将值与单位绑定(bind),因此我需要一个用 2 位小数书写的值。我的代码如下所示:

{
field: "Quantity",
title: "Value ",
width: "70px",
type: "number",
format:"{0:n2}",
template: "#:Quantity# #:Unit#",
attributes:{style:"text-align:right;"}
},

如果不将其绑定(bind)到单元,它效果很好,但使用单元时我遇到了问题。提前致谢

最佳答案

这会将数量格式化为显示为带有两位小数的数字

template: '#= kendo.toString(Quantity, "n2")#  #=Unit#'

关于templates - Kendo 网格列号格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28502466/

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