Hello, i have just noticed that the push function of Datasource.Transport called more than once when the filterable property is set as
filterable: {
mode:
"row"
}
According to documentation, the data source will call the push function only once and provide callbacks which will handle push notifications (data pushed from the server).
Here is a demo that demonstrates the issue.
http://dojo.telerik.com/ETOzo