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.cssthe 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
ActionTypeto button.https://github.com/abpframework/abp/blob/48c52625f4/framework/src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor.cs#L30
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Re-open if still has problem.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)