-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
data-gridDataGrid componentDataGrid componentneed-more-informationNeed more informationNeed more information
Description
Hi,
I have an issue with grid filtering (Menu filter) using remote DataManager.
When i start typing in the autocomplete filter field, an error appear : "Request failed".
I have make a StackBlitz to illustrate this issue : https://stackblitz.com/edit/angular-tn21dx?file=app.component.html
For create my StackBlitz, I have clone an exemple of Syncfusion : https://ej2.syncfusion.com/angular/demos/#/material/grid/remote-data
Then I have only adds [allowFiltering]="true" [filterSettings]="{ type: 'Menu'}" to the ejs-grid component.
I think the problem comes from the return format of the remote data which should not be the same between the grid and the autocomplete filter field.
Metadata
Metadata
Assignees
Labels
data-gridDataGrid componentDataGrid componentneed-more-informationNeed more informationNeed more information
