Hi,
is it possible to change a tree without checkboxes to a tree with checkboxes?
So that I can enable the checkboxes functionality without having to reload the whole tree?
$(settings.treeElement).jqxTree({hasThreeStates: true, checkboxes: true});
$(settings.treeElement).jqxTree('refresh');
but this results in the following error:
Uncaught Error: Invalid jQuery Selector! Please, check whether the used ID or CSS Class name is correct. c898368_jqxcore_1.js:7
a.fn.(anonymous function) c898368_jqxcore_1.js:7
(anonymous function) c898368_jqxtree_6.js:7
x.extend.each jquery-2.0.3.js:590
a.extend.checkItem c898368_jqxtree_6.js:7
a.extend._updateCheckState c898368_jqxtree_6.js:7
(anonymous function) c898368_jqxtree_6.js:7
x.extend.each jquery-2.0.3.js:590
a.extend._updateCheckStates c898368_jqxtree_6.js:7
a.extend.propertyChangedHandler c898368_jqxtree_6.js:7
a.jqx.setvalueraiseevent c898368_jqxcore_1.js:7
(anonymous function) c898368_jqxcore_1.js:7
x.extend.each jquery-2.0.3.js:598
a.jqx.set c898368_jqxcore_1.js:7
a.jqx.jqxWidgetProxy c898368_jqxcore_1.js:7
(anonymous function) c898368_jqxcore_1.js:7
x.extend.each jquery-2.0.3.js:590
x.fn.x.each jquery-2.0.3.js:237
a.fn.(anonymous function) c898368_jqxcore_1.js:7
$.ajax.success c898368_expedient_list_handler_24.js:89
l jquery-2.0.3.js:2913
c.fireWith jquery-2.0.3.js:3025
k jquery-2.0.3.js:7400
(anonymous function) jquery-2.0.3.js:7822
Or is this only possible by hiding the checkboxes and showing them when needed?
Thanks a lot.
Regards
Stephan