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!
I use the selected records in properties, therefore I am forced to use synchronous code.
The current async method is NOT recommended to be used in property getters, as it could potentially block threads.
The ideal solution would be as requested to have both a sync and an async method available to get the selected records.