Мы можем обновить sh RadGrid с JavaScript, как показано ниже:
function RefreshGrid()
{
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
masterTable.rebind();
}
Есть ли аналогичный способ обновить / перепривязать RadTreeView с JavaScript?