2014-02-13 74 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屬性在內部設置,並且不能被改變。它隨着網格的每次重新加載而改變。