Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1025
Expander/collapse indicator direction
posted

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.

 

Parents
No Data
Reply
  • 49378
    posted

    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 Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

Children
No Data