Open alqadri-prog opened 9 months ago
Filtering and paging Datagrid not working with attribute Stream Rendering in .net 8
@attribute [StreamRendering(true)]
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.
Filtering and paging Datagrid not working with attribute Stream Rendering in .net 8
@attribute [StreamRendering(true)]