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!
Hello,
Controls setup like this:
1) DataGrid with a
2) Foreign key column
Issue:
The DataManager sends a WhereFilter instead of a SearchFilter to the API Controller.
The WhereFilter causes an exception.
The DataManager should send a SearchFilter to the API Controller.