This question is locked. New answers and comments are not allowed.
When loading a Partial containing a Treeview via a Tabstrip, although the client side functionality seems to work there is no jquery .data present, so....
function onNodeDrop(e) {
alert($('#TreeView').data('tTreeView').getItemText(e.item));
}
will get called ok, but the .data is 'undefined'
.. trying to save re-arranged tree back to DB. so need drop target Id etc