Categories | Question details Back To List | ||
How to change the imgae of check box in the tree Respected Sirs, Can we the change images of check boxes in the tree upon a particular user action. I am using version 5 (standard edition). Thank You. Joby Answer posted by Support on Jun 30, 2008 01:50 The checkbox is limited to 3 states. And use 3 images to show them codebase/imgs/iconCheckAll.gif codebase/imgs/iconUncheckDis.gif codebase/imgs/iconCheckGray.gif you can change them to any custom images, but it will change look of checkbox for all items in tree. |