MudBlazor / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
712 stars 156 forks source link

Filtering and paging Datagrid not working #457

Open alqadri-prog opened 7 months ago

alqadri-prog commented 7 months ago

Filtering and paging Datagrid not working with attribute Stream Rendering in .net 8

@attribute [StreamRendering(true)]

Anu6is commented 4 months ago

Steaming rendering is essentially static server side rendering. In Blazor, interactive components do not work with static rendering as no c# code is executed once the page has been rendered.