Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

446 B

Migration Guide for the Blazor UI from the v3.3 to the v4.0

AbpCrudPageBase Changes

  • OpenEditModalAsync method is requires EntityDto instead of id (Guid) parameter.
  • DeleteEntityAsync method doesn't display confirmation dialog anymore. You can use the new EntityActions component in DataGrids to show confirmation messages. You can also inject IUiMessageService to your page or component and call ConfirmAsync explicitly.