Completed
Last Updated: 01 Oct 2021 12:38 by ADMIN
Imported User
Created on: 05 Jun 2013 22:09
Category: Data Source
Type: Feature Request
3
Improve fetching
Currently if i set filter on my remote data source it fetches the data immediately, so if i want a callback i have to call fetch which will talk to server again.
What be really good is to be able to set sorting/filter and receive a callback when data is retrieved from server. 
E.g.
dataSource.fetch({
  filter: {},
  sorting: {}
}) // returns a promise
  .done(function(e){})
  .fail(function(e){});
1 comment
ADMIN
Viktor Tachev
Posted on: 01 Oct 2021 12:38

Hi,

This can be achieved via the query method.

Regards,
Viktor Tachev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.