We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Empty Panels

<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.


3 Replies

PK Prem Kumar Madhan Raj Syncfusion Team September 4, 2019 05:30 AM UTC

Hi Raul, 
 
Thanks for contacting Syncfusion Support. 
 
We have checked with the query of empty panels rendering in the dashboard layout component at our end. We suspect that this issue might be raised because of not using the same updated version scripts references in your application. So, kindly ensure to make use of the updated scripts and CSS in your application from the below links. 
 
 
 
ej2.interop.min.js : https://cdn.syncfusion.com/ej2/17.2.49/dist/ejs.interop.min.js (for server side application) 
 
For your convenience, we have also prepared a sample with the provided code block using the updated the scripts and CSS references and attached it in the below link. Please check it. 
 
 
Regards, 
 
Prem Kumar M 



RA Raul September 4, 2019 08:02 PM UTC

Solved!, thanks, awesome support!


PK Prem Kumar Madhan Raj Syncfusion Team September 5, 2019 05:12 AM UTC

Hi Raul, 

Thanks for the update. 

We are happy to hear that the issue has been resolved at your end. Please let us know if you need any further assistance and we will be happy to assist you. 

Regards, 

Prem Kumar M 


Loader.
Live Chat Icon For mobile
Up arrow icon