and in my selected event of the treeview i've put:
private void rtvImmo_Selected(object sender, EventArgs e)
{
hideTabs();
switch (rtvImmo.SelectedNode.Level)
{
case 0:
tiPatrimonium.Visibility = Telerik.WinControls.ElementVisibility.Visible;
tiPatrimoniumLasten.Visibility = Telerik.WinControls.ElementVisibility.Visible;
tiPatrimoniumVerzekeringen.Visibility = Telerik.WinControls.ElementVisibility.Visible;
radTabStripMain.SelectedTab = tiPatrimonium;
...
However, this takes ages to load the new tabs to be shown?
any help would be appreciated!
Regards,
Peter
"Gets or sets the name of the field taht the this column is associated with."
here "that" spelled wrong. please corect it.
I am using English verison of Beta.
Thanks,
Santosh kumar