This is a migrated thread and some comments may be shown as answers.

r.a.d StatusBar

3 Answers 66 Views
New Product Suggestions
This is a migrated thread and some comments may be shown as answers.
lprada
Top achievements
Rank 2
lprada asked on 05 May 2007, 08:57 PM
    I think it will be great to have a statusbar control

3 Answers, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 07 May 2007, 08:39 AM
Hello Leonardo,

Thank you for your suggestion. A StatusBar control is already on our TODO list.

All the best,
Jordan
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Marek
Top achievements
Rank 1
answered on 19 Oct 2007, 06:38 AM
Hi
Any idea when the status bar control will be available?  In the meantime, please could you tell me the best way to get a radwaiting bar into a standard statusbar control.

Thanks

Marek
0
Nikolay
Telerik team
answered on 19 Oct 2007, 03:16 PM
Hi Marek,

Thank you for your questions.

RadStatusBar is scheduled for December 2007, when it will probably be released as part of our "Futures" release. This release will include controls which are functional, however missing some docs and examples. We can give you more details on the control in about 30 days when we start the development process.

Until then, you can put a RadWaitingBar into a standart StatusStrip control in the following manner:

  1. Create a new instance of the RadWaitingBar via drag and drop from the toolBox or create it by code.
  2. In the form's constructor after the InitializeComponent method call or in the load event handler use the code snippet below:
                ToolStripControlHost host = new 
    ToolStripControlHost(this.radWaitingBar1);  
     
                this.statusStrip1.Items.Add(host);  
     
If you need additional assistance, please do not hesitate to contact us.


Greetings,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
New Product Suggestions
Asked by
lprada
Top achievements
Rank 2
Answers by
Jordan
Telerik team
Marek
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or