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:
- Create a new instance of the RadWaitingBar via drag and drop from the toolBox or create it by code.
- 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