Hi Nelson,
Greetings from Syncfusion support.
Query: “I'm using Adaptive UI Layout in Vertical Mode,
Delete button is not working in this mode:”
We have checked your query and we would like to inform that
in DataGrid the adaptive UI vertical mode will support only Dialog Editing. But
in your shared sample we could see that you have enabled Batch editing. We have
documented the list of features supported in vertical mode. Please check the
attached documentation for your reference.
Reference: https://blazor.syncfusion.com/documentation/datagrid/adaptive-layout#supported-features-in-vertical-mode
Also in your shared sample we could see that the default
toolbar is not loaded properly. Kindly make the below changes in the startup.cs
file to enable the default toolbar.
|
public void
ConfigureServices(IServiceCollection services)
{
services.AddSyncfusionBlazor(options
=> { options.IgnoreScriptIsolation = false; });
}
|
Please find the modified sample below
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorDeleteItem-main313089178.zip
Kindly get back to us if you need further assistance.
Regards,
Monisha
If this post is helpful, please consider Accepting it as the
solution so that other members can locate it more quickly.