This is a migrated thread and some comments may be shown as answers.

Data Source Push Function gets called multiple times

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Evdoxos
Top achievements
Rank 1
Evdoxos asked on 02 Aug 2016, 10:54 AM

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

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 04 Aug 2016, 02:08 PM
Hi Evdoxos,

Calling twice the transport.push function of the DataSource is expected, when the filterable.mode property of the Grid is set to "row" or "menu, row". In these scenarios, the Grid dataSource instance is copied for the Kendo UI AutoComplete widgets used for filtering.

Let me know if you need additional information for the Kendo UI Grid API. 

Regards,
Stefan
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Evdoxos
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or