Open Closed

Issue and question on the DataGrid Entity Action Column #2058


User avatar
0
balessi75 created

Abp Commercial, Blazor Server, v 4.4.3, EFC

How can the Entity Action Button in the Blazorize grid be custom styled?

Also, the Entity Action button in Blazor Server does not show a single click action button when there is only one action item defied. With one action item, a drop down is still rendered requiring two clicks. Is there a workaround for this issue?


2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    How can the Entity Action Button in the Blazorize grid be custom styled?

    You can write styles in global-styles.css

    the Entity Action button in Blazor Server does not show a single click action button when there is only one action item defied

    You can set the ActionType to button.

    https://github.com/abpframework/abp/blob/48c52625f4/framework/src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor.cs#L30

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Re-open if still has problem.

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