Can The Jsdo Support Extending Schema Via Kendo Ui

  • Thread starter Thread starter MTBOO
  • Start date Start date
Status
Not open for further replies.
M

MTBOO

Guest
https://community.progress.com/community_groups/mobile/f/17/p/21774/76386#76386 var baseDS = { type: "jsdo", serverFiltering: true, //batch:true, transport: { jsdo: "Demo.CustomerBusinessEntity", tableRef: "eCustomer", countFnName: "count" }, schema: { model: { fields: { // We need to be able to extend schema e.g. set validation CustRef: { type: "string", editable: false, validation: { required: true }, } } } },

Continue reading...
 
Status
Not open for further replies.
Back
Top