i have my code as shown below.
this.radToolStripElement.Items.AddRange(new Telerik.WinControls.RadItem[] {
this.m_toolBarStation,
this.m_toolBarEdit,
this.m_toolBarGraphicPage,
this.m_toolBarFormat});
I drag all the toobar and close it by clicking the close button.
Now i wan to add the a particular toolbar to radToolStripElement.
But the probelm is this.radToolStripElement.Parent ie striplayoutpanel is null.
Even though i add,i could not see the toolbar.
Thanks in advance
suresh