I solve same problem with js function like that
function onDataBoundTree() 
{
jQuery.event.simulate = function () 
{
};
} 
My problem is there is filter textbox top of the treecomponent but I can't input any value on them. This Way solved my issue.