DataGrid binding with ODataService #82

Closed
opened 2026-01-29 17:31:15 +00:00 by claunia · 0 comments
Owner

Originally created by @MINE995 on GitHub (Apr 15, 2021).

Bug is happening when you try to sort table when you are on any other page then first one. Issue is probably that method LoadData is called twice, first time when you click to sort table and second time when component automatically try to get back on first page.

Steps to reproduce the behavior:

  1. Go to "https://blazor.radzen.com/datagrid-odata"
  2. Click on second or third page in the table
  3. Click on any column to sort it
  4. Site freezes and you need to refresh
Originally created by @MINE995 on GitHub (Apr 15, 2021). Bug is happening when you try to sort table when you are on any other page then first one. Issue is probably that method LoadData is called twice, first time when you click to sort table and second time when component automatically try to get back on first page. Steps to reproduce the behavior: 1. Go to "https://blazor.radzen.com/datagrid-odata" 2. Click on second or third page in the table 3. Click on any column to sort it 4. Site freezes and you need to refresh
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#82