Categories | Question details Back To List | ||
dhtmlxTreeGrid - prefix Checkbox to Tree hi, In dhtmlxTree, we can have prefix checkboxes to the tree. Is it possible to have the same type of checkboxes for the dhtmlxTreeGrid? We would like to capture checked item, unchecked item and partly-checked item in dhtmlxTreeGrid. Also, is there any sample available for Dynamic Loading in dhtmlxTreeGrid using JSP? If yes, can you please share it? Thanks & Regards, Atul Samnerkar Answer posted on May 08, 2009 05:45 >>Is it possible to have the same type of checkboxes for the dhtmlxTreeGrid There is no native support for such functionality, something similar can be created by using existing onCheckbox event and custom code to check-uncheck parent|child checkboxes. If you need a sample of such custom code - please contact us directly at support@dhtmlx.com >>Also, is there any sample available for Dynamic Loading in dhtmlxTreeGrid using JSP? If yes, can you please share it |