Custon data source for filter not showing when filtering by another column
Here I am filtering by "Information Technology" but when i select the team filters, none show, I want them all to show, not just matching results.
Strangely enough, If i pass in a { ejValue: null, department: null } the front end shows "Blanks"
Now if I filter by blanks, all the custom filter columns show up fine
Actually, I also facing the same issue but my tech stack is React with typescript.
When we use custom data source to prepopulate the filter of a column, it is working fine. And, when I filter that column with custom data source value, its working as expected.
Main issue here is, when I try to use the other normal grid column filters along with the custom data source filter. Custom data source filter is not getting prepopulated with my custom data.
The solution provided for implementing custom data source filter by Syncfusion team in another thread also reproduces this issue. Please find the link below,
https://stackblitz.com/edit/react-gz1lhw?file=index.js
The link explains how to implement a custom data source by using 'actionbegin' property of the grid. But when you filter the 'name' column first and then try to apply the 'work' column filter. Now the issue will happen by not showing the custom data source of the 'work' column filter
Help is really appreciated. Also, by default It would be great to have a proper documentation with examples for this kind of scenarios in the API docs. Thanks
Hello, I have pretty same issue but in angular, and currently no clue how I can attach customDatasource for filter column into main dataSource, can you provide me some idea of angular solution? I did try with view, but not sure with DataManager and Qur
Hi Kalab,
Greetings from Syncfusion support.
Based on your query, you want to change the data source of the filter popup in check box filter. We have already discussed the same in the below KB in detail. Please refer the below KB for more information.
Regards,
Joseph I.
- 6 Replies
- 6 Participants
-
EB Eric Brennan
- Mar 14, 2020 05:31 PM UTC
- Feb 15, 2024 09:46 PM UTC