M
Mike Fechner
Guest
My catalog file contains a count operation (and the Kendo DataSource definitively calls into that): operations: [ { name: "count", path: "/count?filter={filter}", useBeforeImage: false, type: "invoke", verb: "put", params: [ ] }, But when using this Catalog to build a Data Source in Kendo UI Builder, the resulting DataSource1.json file shows an empty countFnName: "children": [ { "type": "data-source", "schemaVersion": "1.0", "name": "CustomerBusinessEntity.eCustomer", "serviceName": "web-CustomerBusinessEntity", "resourceName": "CustomerBusinessEntity", "tableName": "CustomerBusinessEntity.eCustomer", "clientSideProcessing": true, "countFnName": "", "fields": [ { "name": "CustNum", "label": "Cust Num", Is that expected? Or a problem? On the tools side or mine?
Continue reading...
Continue reading...