I have a requirement in which I have to call two different actions on p tree checkbox selection and node selection. In checkbox selection, I don't want the node to be selected and highlighted as grey and I want multiple checkbox selection which should only select the checkboxes. In node selection, I want single node selection and it should be highlighted as grey. Please help me. Thanks in advance.
Asked
Active
Viewed 350 times
0
-
What did you try so far? Do you have any code? – Blubberguy22 May 31 '16 at 14:38
-
I have no clue what to use. I am using ajax select event on node select..but it is selecting the whole node along with checkbox.