Tony Conner

Tony Conner

  • 1.7k
  • 28
  • 68

Blazor page locked after table load

Jan 27 2025 2:49 PM

If I load the table from an IEnumerable List, it works fine.  But if I load the table form an object List that has been 'converted' be using the .AsEnumerable, the page is lock from user input.  Meaning the pagination won't work, radiobutton won't work, calendar pickers won't work.  The only thing I can do is enter text into text boxes.  Why does it make a difference how I load the table?  By the way, I'm using MudBlazor components.


Answers (3)