All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
var grid = $("#StudentInvoices").data("kendoGrid");
grid.dataSource.read({ "page": 1, "pageSize": 10, "filter": "Paid~eq~false" })
var
grid = $(
"#StudentInvoices"
).data(
"kendoGrid"
);
grid.dataSource.filter( { field:
"name"
, operator:
"startswith"
, value:
"Jane"
});
grid.dataSource.query({
page: 2,
pageSize: 5,
filter: { field:
"Freight"
"gte"
, value: 24 }
})
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.