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

Missing Support for Server-Side Aggregation and Grouping in Blazor Grid with OData

Component: Blazor Grid
Feature Area: OData Integration
Missing Capabilities:

  • Server-Side Grouping
  • Server-Side Aggregation
  • Server-Side Grouping with Aggregation

Description:

Currently, the Blazor Grid component lacks full support for advanced OData features such as server-side grouping, aggregation, and combined grouping with aggregation. These capabilities are essential for building scalable, high-performance data-driven applications, especially when working with large datasets.

Suggested Enhancements:

  • Implement support for $apply, $groupby, and $aggregate OData query options.
  • Enable seamless integration with backend services that expose OData endpoints with grouping and aggregation logic.
  • Provide configuration options in the Grid component to define grouping and aggregation behavior declaratively.

Impact: Adding these features would greatly enhance the Blazor Grid’s capabilities, making it a more robust and enterprise-ready solution for developers building modern web applications with OData backends.