<EjsDashboardLayout Columns="6" CellSpacing="@(new double[]{10 ,10 })">
<DashboardLayoutPanels>
<DashboardLayoutPanel Id="Automobile" SizeX=1 SizeY=1>
<HeaderTemplate><div>Automoviles</div></HeaderTemplate>
<ContentTemplate><div><EjsButton IsPrimary="true" CssClass="e-block" IconCss="oi oi-pencil" @onclick="@(()=> UriHelper.NavigateTo("admin/vehicles/new"))">oi-pencil Ir</EjsButton></div></ContentTemplate>
</DashboardLayoutPanel>
<DashboardLayoutPanel Id="Services" SizeX=1 SizeY=1>
<HeaderTemplate><div class="text-center">Servicios</div></HeaderTemplate>
<ContentTemplate><div><EjsButton IsPrimary="true" IconCss="oi oi-pencil" @onclick="@(()=> UriHelper.NavigateTo("admin/vehicles/new"))">oi-pencil Ir</EjsButton></div></ContentTemplate>
</DashboardLayoutPanel>
<DashboardLayoutPanel Id="Test1" SizeX=1 SizeY=1>
<ContentTemplate><div>Test</div></ContentTemplate>
</DashboardLayoutPanel>
</DashboardLayoutPanels>
</EjsDashboardLayout>
Until the latest update the above code was working, but now it shows empty boxes.