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!

3
Votes

Hi,

When using SfGrid with Virtualization enabled, and a customer data adapter, if records are added or removed from the underlying data source the grid.Refresh() does not refresh the grid unless it is executed twice.  The data adapter is Read() on every Refresh() call, but the grid itself does not reflect the added/deleted rows unless executed twice.  

Furthermore, if within a "refresh" method you call grid.Refresh() x2 the grid still won't refresh, you have to trigger the refresh event callback method twice.

Sample project included.  Steps to reproduce:
  1. Click "Grid Refresh Issue" menu
  2. Click Insert button 1 or more times
  3. Click Refresh - grid does not show Insert button, although data adapter Read() is executed
  4. Click Refresh again - grid now refreshes
Thanks,
James