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
340
how can we get the + symbol in the place of triangle ...?
posted

hi i am working on the tree control, i need + symbol instead of triangle symbol..? when we click the triangle it goes to reverse triangle, same like that if i click + symbol it will expand and - symbol will appear.

Please suggest.

Parents
  • 37874
    Verified Answer
    posted

    Hello,

    You can do this using some CSS. Modify '.ui-icon-triangle-1-e' class in infragistics.theme.css - set background-image rule (should be your '+' symbol) and background-position: 0 0;. The class that should be modified with the '-' symbol image is '.ui-icon-triangle-1-s' in the same stylesheet.

    Let me know if you have other questions.

Reply Children