Open Closed

Issues with grids from dependent modules in Blazor #2879


User avatar
0
balessi75 created

Hi,

Abp Commercial 5.2.0 / Blazor Server / EF / Non tiered

  1. We noticed that, unlike the EasyCRM demo, none of the grids from the dependent modules (user, roles, etc.) have sorting or user settable page size capabilities.
  2. There is some inconsistency to item 1, only Boolean columns seem to be sortable, however, the sort does not work when clicking the column header. All other column types (string, int, etc.) are not sortable
  3. We extended the IdentityUser entity with a custom column and the custom columns do appear to be sortable in the user management page, but like 2 above, the sort does not work
  4. Since the sort on our extended column is not working, we decided to override the SetTableColumnsAsync method of the user management page and set the extended column's 'Sortable' property to false, but the column is still sortable at runtime.

Please let us know if these are things that will be looked at and if there are workarounds or suggestions.

Thanks in advance, Brian


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

    Hi @balessi75

    I've confirmed the issue and we'll fix it in the next patch version of v5.2.

    Thanks for your feedback, you question will be refunded (if available) since it's a misimplementation of some datagrid columns

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