I'm porting my XAF ASP.Net application to XAF Blazor and I would like to create a new drop down action container like the one I can create in XAF ASP.Net application with template customization.
HTML<xaf:WebActionContainer ContainerId="PrgDigActionsContainer" IsDropDown="true" DefaultItemCaption="Azioni" DefaultItemImageName="Action_SingleChoiceAction" AutoChangeDefaultAction="true" />
How can I do that ?
Hello,
In v21.2, we introduced the capability to customize or create XAF Blazor Application Templates. Please refer to the following documentation:
Feel free to contact us if you need any additional assistance.
Thanks,
Stanley