about parametersPanelColumnsCount
Posted: Fri Mar 27, 2020 8:20 am
viewerOptions.appearance.parametersPanelColumnsCount seems not work; 

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
<cc2:StiWebViewer ID="StiWebViewer1" runat="server" ParametersPanelColumnsCount="2" /></cc2:StiWebViewer>
<script>
//where jsStiWebViewer1 -> "js" + Viewer ID
jsStiWebViewer1.onready = function () {
jsStiWebViewer1.options.minParametersCountForMultiColumns = 2;
}
</script>