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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

In the Syncfusion Blazor GridForeignKey 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.


  1. Run the sample having more than one foreign key column.
  2. Now filter a column then filter a foreign key column.
  3. Try to remove the foreign key column alone using Grid.ClearFiltering it wont work need to provide support for this.