Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In the Syncfusion
Blazor Grid, ForeignKey columns are filtered using the
shared Field property, which can be common across multiple
columns. This makes it impossible to programmatically clear filters for
a specific ForeignKey column when multiple columns reference
the same field. To resolve this, the grid should provide support to clear
filtering based on the ForeignKey column’s unique identifier, such as its ForeignKeyField or Value property,
rather than relying solely on the shared Field. This enhancement would
allow precise control over filter state, especially in complex
grids with reused data sources.