1
我想補充電網(數據UID)GUID, 或我要改變,因爲劍道電網的id是自動生成的如何kendo網格id綁定?
這是我的數據表,這是我的網表
如何更改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");