Hello,
I'm using two tree views on a page and the goal is for the end user to drag a node from the right tree to the left tree. I am working on a bug that seems to be an issue with the TreeView, but I'm not sure. The issue occurs when a node is dragged from the right tree to the left tree and then the newly added node is double-clicked. At that point in time, I get the following error:
htmlfile: Unspecified error.
And the visual studio debugger indicates that it is coming from the following segment of code on the line that says _7f.select():
I am working with the 2008.2.723.20 version of the Telerik dll which is the licensed version that we have. I downloaded the latest demo version to see if that changed anything and it did not.
Thank you for your time/help,
Tim
I'm using two tree views on a page and the goal is for the end user to drag a node from the right tree to the left tree. I am working on a bug that seems to be an issue with the TreeView, but I'm not sure. The issue occurs when a node is dragged from the right tree to the left tree and then the newly added node is double-clicked. At that point in time, I get the following error:
htmlfile: Unspecified error.
And the visual studio debugger indicates that it is coming from the following segment of code on the line that says _7f.select():
if
(_7b.createTextRange){
var
_7f=_7b.createTextRange();
_7f.moveStart(
"character"
,_7d);
_7f.moveEnd(
"character"
,_7e);
_7f.select();
}
else
{
_7b.setSelectionRange(_7d,_7e);
}
I am working with the 2008.2.723.20 version of the Telerik dll which is the licensed version that we have. I downloaded the latest demo version to see if that changed anything and it did not.
Thank you for your time/help,
Tim