I want to change the position of the arrow buttons in the webpanel from right most place to left most place before the header text.which property i need to set for it.
Hi ashpawan,
In order to left-align the position of the panel's expander, you can use the following code in the client-side Initialize event of the WebPanel:
igpnl_getPanelById("WebPanel1").getHeader()._element.children[0].style.cssFloat = "left"
Please let me know if you have any questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support