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

grid master slave not filter

2 Answers 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
pcs
Top achievements
Rank 1
Veteran
pcs asked on 17 Mar 2021, 10:07 AM

Hi

Why filter on EmployeeId field is not good ?

 

Regards

2 Answers, 1 is accepted

Sort by
0
pcs
Top achievements
Rank 1
Veteran
answered on 17 Mar 2021, 02:14 PM

Why my filter not filtering i see all childs records ??

 filter: { field: "EmployeeID", operator: "eq", value: e.data.EmployeeID }

 

Regards

 

0
Nikolay
Telerik team
answered on 22 Mar 2021, 07:03 AM

Hello,

This behavior is due to the fact the child grids enable server filtering which means that the filtering will be done on the server. If the server is not configurated for filtering, then all data will be shown.

Once the filtering is set to perform client-side the child grid will display only the relevant data:

Let me know if you have any questions.

Regards,
Nikolay
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
pcs
Top achievements
Rank 1
Veteran
Answers by
pcs
Top achievements
Rank 1
Veteran
Nikolay
Telerik team
Share this question
or