Hi ,
Hi, Here is code to dynamically add a webtree to a Group.
{
UltraWebListbar1.Groups[0].Template = mtemp;
}
UltraWebTree uwt = new UltraWebTree();
node.Nodes.Add("child1");
container.Controls.Add(uwt);
//throw new Exception("The method or operation is not implemented.");
#endregion