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)
-
0
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
-
0
Re-open if still has problem.