Style broken
Posted: Mon Nov 14, 2016 4:22 am
Like this image, how can I fix it?
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
setTimeout(function() {
$("#StiDesignerhidePropertiesPanelButton").click().click();
$("#StiDesignerhomeToolButton").click();
$("#StiDesigner_Viewer").parent().css("top", "25px");
}, 0);
Code: Select all
setTimeout(function(){
designer.renderHtml("content");
}
Code: Select all
setTimeout(() => designer.renderHtml("designerContent"), 0);