2014-02-13 76 views
1

我想补充电网(数据UID)GUID, 或我要改变,因为剑道电网的id是自动生成的如何kendo网格id绑定?

enter image description here

这是我的数据表,这是我的网表 enter image description here

如何更改data-uid?

schema: { 
      model: { 

      fields: { 
       c_Name: { type: "string" }, 
       c_LastName: { type: "string" }, 
       c_IdCity: { type: "string" }, 
       c_IdTown: {type:"string"}, 
       c_ID: {type:"string"} 
      }, 

     } 
    }, 
}).data("kendoGrid"); 

回答

0

基本上data-uid属性在内部设置,并且不能被改变。它随着网格的每次重新加载而改变。