Leandro Regueiro

Results 1 issues of Leandro Regueiro

with code: ``` var ds = ctx.Product .filter(function (product) { return product.Active; }) .asKendoDataSource(); ``` when add filter using kendo´s dataSource ``` ds.filter({ field: "Name", operator: "startswith", value: "abc" });...

kendo