Hi,
I am using RAD Winforms Control Q1 2009. I have not installed the setup but using those dlls. I have added them in my toolbox and drag drop treeview control on my form.
First problem I have faced it the treeview control is not getting added on my form instead it was added as component (just like if we add timer, it not displayed on form but at the bottom like components)
I have to write manual code in .designer file and I had written like this.controls.add(this.radtreeview1);
Second thing I have faced it I was trying to add child nodes from designer. I could add root nodes but how can I add their children nodes. I could not find childnodes property in root nodes.
I have even edited .designer file and it works.
Am I missing something or I have to install the setup.
Thanks & Regards,
Divyesh Chapaneri
I am using RAD Winforms Control Q1 2009. I have not installed the setup but using those dlls. I have added them in my toolbox and drag drop treeview control on my form.
First problem I have faced it the treeview control is not getting added on my form instead it was added as component (just like if we add timer, it not displayed on form but at the bottom like components)
I have to write manual code in .designer file and I had written like this.controls.add(this.radtreeview1);
Second thing I have faced it I was trying to add child nodes from designer. I could add root nodes but how can I add their children nodes. I could not find childnodes property in root nodes.
I have even edited .designer file and it works.
Am I missing something or I have to install the setup.
Thanks & Regards,
Divyesh Chapaneri