Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
ultra web navigator ExpandAll => webDataTree ?
posted

Hi all,

in a page, i have a ultrawebnavigator that i must to migrate to web data tree => your new version of infragistic

in my code i have :

private void imgExpand_Click(object sender, System.Web.UI.ImageClickEventArgs e)
{
//
TreeCtrl.Nodes.Clear();

//
TreeCtrl.ExpandAll();
}

how to have the same ExpandAll with the data tree ?

thanks for your time

Parents Reply Children
No Data