Hi all,
I'd like to use the tristate checkbox in a webdatatree but, unlike the default behavior, I've need that the partial state will be explicitly choosen by the user, for example with three click on the check box (one click for selecting, two click for unselecting, the third for making the checkbox partially checked).
Is this possible? If yes any hints?
Thanks in advance.
Dear Costanzo,
Thank you for contacting Infragistics!
We have received your support request concerning TriState Checkboxes with custom actions, and this case has been assigned to me. Infragistics is dedicated to helping you solve this issue. Our team and I have done an initial review of your case and my first question is are you looking to allow your users to choose between all three states for every node in the tree rather than just for parent nodes?
I am looking into how to allow the user to choose all three states explicitly and will get back to you by sometime tomorrow with more information or questions for you.
Looking forward to hearing from you.
Hi Michael,
Thank you for your quick reply.
For answering your question: yes, I'm looking to allow the user to choose between all three states for every node in the tree.
For my purposes this should also be accomplish changing the icon associated with the node. Is it possible on the client side click event changing the image url of the node? If yes I could rotate three different images (logically associated to tristate). The last question is: if I can easily realize this image changing on user click, do I have server side the image state information when I need to save the tree information on my backend?
Thank you.