T
teppo_55
Guest
Hello. I tested this case using example : this.jsdoDataSource = new kendo.data.DataSource({ type: "jsdo", // TO_DO - Enter your filtering and sorting options // serverPaging: true, // pageSize: 10, // serverSorting: true, serverFiltering: true, filter: { field: "yn_nimike", operator: "gt", value: "0" }, //sort: [ { field: "Name", dir: "desc" } ], As you can see - I have only set serverFiltering and filter. From promon I can read that all records are brought from database: Record Reads 126297 This is not correct, because I have defined "serverFiltering: true". It should read from database only records that satsfy the filter criteria: "filter: { field: "yn_nimike", operator: "gt", value: "0" }". You should correct this as soon as possible. Regards - teppo ---------------------------|-------------------- Teppo Määttänen____| TR-Tiimi Oy Consultant_________| Struerintie 1 teppo @ trtiimi.fi____| 30100 FORSSA int-358-50-5748 226 | www.trtiimi.fi ---------------------------|--------------------
Continue reading...
Continue reading...