Hi,
I'm using in an Asp application the DropDownTree web control.
According to your documentation, I wrote the following code :
function SelectNode(datakeyValue){ var combo = $find("<%= RadDropDownTree.ClientID %>"); var itm = combo.findItemByValue(dataKeyValue); itm.select(); itm.set_checked(true);}
However, IE displays an error message which says that the method « findItemByValue » is not found.
Thanks for your help,
Regards