I use Jqx tree to create a tree. But i was unable to rename added Node to the tree, could some one please help me to do this. http://www.jqwidgets.com/
I was try to do some thing like this, but it wont work
var selectedItem = $('#jqxTree').jqxTree('selectedItem');
selectedItem.label='Node 3'
This will assign new name to node, but tree is not refresh
$('#jqxTree').jqxTree('render');