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

If you are using a SfGrid with remote data (e.g. WebApiAdapor) DataManager AND Offline=true (!) than filtering of complex properties is not possible anymore. The complex property will be still displayed and can be sorted but if you change the column filter nothing will be displayed anymore.


Empty


Empty



Empty


After try filtering "Übergeordnet" it´s empty and an OnFailure event will be raised:


'Parent' is not a member of type 'System.Object' (Parameter 'propertyOrFieldName')


With Offline=false or while using an explicit DataSource it works!