我正在通过api调用填充jsgrid。但是它仅在字段类型设置为“文本”时才有效。我想将其设置为“选择”(这样提到我的编辑要求)类型。
{
name: "currentWorkingBranch",
type: "text",
<!--
editTemplate:function(value,item)
{ -->
<!-- return "<select ></select>"}, -->
//items: list,
//valueField: "branchId",
//textField: "branchName",
width: 50,
validate: "required"
}
如果我提到类型:“文本”,那么数据将正确加载。但是,如果我将其更改为键入:“ select”,那么它将变为空白。