Open Closed

Grid paging in Blazor #2520


User avatar
0
balessi75 created

Abp Commercial 5.1.3 / EF / Blazor Server

The EasyCRM demo and examples in project types other than Blazor feature the ability for the user to specify the paging size on data grids...

However, we do not see this feature in the base modules of Blazor Server. Is this just not implemented yet in Blazor or is there a way to turn this feature on? We have a requirement to have a grid footer shown like above.

Thanks in advance. Brian


2 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    You can use DataGrid from Blazorise instead of using AbpExtensibleDataGrid, then you can customize Blazorise.DataGrid.

    ShowPageSizes property might help to achieve your goal.

  • User Avatar
    0
    balessi75 created

    Ok, thanks. Will do for our pages, but we were hoping to have this in the dependent Abp modules as well without overriding the Abp pages.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11