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 Syncfusion Team,
I am writing to provide feedback on your Grid
control, which I have been using extensively. Currently, the control supports data sources that implement IEnumerable
or IQueryable
. However, with the increasing use of asynchronous data handling, I believe it would be highly beneficial if the Grid
control also supported IAsyncEnumerable
as a data source.
The support for IAsyncEnumerable
would greatly improve performance and resource management, especially when dealing with large datasets or external data sources like databases or APIs. It would allow asynchronous iteration over the data, enabling more efficient stream-ing of records into the grid without blocking the UI.
Thank you for your consideration. I look forward to your response and hope to see this feature in a future release.
Best regards,
Yongkee