Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Toolstrip (obsolete as of Q3 2010) > RadToolStrip

Not answered RadToolStrip

Feed from this thread
  • bhogavalli avatar

    Posted on Mar 7, 2011 (permalink)

    Hi team,

    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

    Reply

  • Ivan Todorov Ivan Todorov admin's avatar

    Posted on Mar 10, 2011 (permalink)

    Hi bhogavalli,

    This is a known issue in the behavior of the floating strips. It will be addressed in the upcoming release, but since the RadToolStrip is marked as obsolete as of Q3 2010, the fix will be available in its replacement control - RadCommandBar.

    I hope the information provided is useful. Should you have any further questions, do not hesitate to ask.

    All the best,
    Ivan Todorov
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Toolstrip (obsolete as of Q3 2010) > RadToolStrip