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
2515
How to override expand/collapse icon for hierarchicalgrid 2016.1
posted

For igniteui 2014.2 and 2015.2, to use a different icon for the expand/collapse, we would just set a different background-position. For 2016.1 this no longer works. In fact, we notice that almost all background-image styles have been changed to 'none'. The expand/collapses icons are always +/-.

How do we now select a different icon now for hierarchical grid expand/collapse and igcombos (for the dropdown icon)?

/*.ui-icon-plus{background-position:-16px -128px}*/
.ui-icon-plus{background-position:-32px 0px}
/*.ui-icon-minus{background-position:-48px -128px}*/
.ui-icon-minus{background-position:-64px 0px}

Parents Reply Children
No Data