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

Missing Item

3 Answers 76 Views
Panelbar (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
dave
Top achievements
Rank 1
dave asked on 22 Sep 2007, 03:36 AM
Hi,

I am trying to use the RadPanel Bar but when i toggle from particular group elements, some of the items went missing. This is especially true for outlook Nav which always set my last GroupElement as the initial startup. Please advise. 

David

3 Answers, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 24 Sep 2007, 08:13 AM
Hi dave,

Could you provide us a very simple project which is reproducing this faulty behavior as I'm not able to replicate it with the current version of RadPanelBar? You can send it to us via the support ticketing system.

I'm looking forward to your reply.
 

Kind regards,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
dave
Top achievements
Rank 1
answered on 24 Sep 2007, 09:32 AM
Hi,

Thanks so much for the reply. After studying the winform examples, i then realised that if i select Outlook Nav the following line will go missing for some radPanelBarGroupElement.

this.radPanelBarGroupElement1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radButtonElement1,
            this.radButtonElement2,
            this.radButtonElement3,
            this.radButtonElement4});

I try to put it back to designer.cs but after a few rounds.. it went missing again.
 
Now I hardcode this line in my form load but the disadvantage is that i cant see those radbuttonelements during design time.

Thanks,
David
0
Boyko Markov
Telerik team
answered on 24 Sep 2007, 04:16 PM
Thank you for the additional details, dave, much appreciated. I was able to confirm this issue.

I can suggest you to add the content items to the  RadPanelBarGroupElements when the RadPanelBar is in the ListBar style. Then subscribe to the Load event of your application's form and change the style of your RadPanelBar to the outlook nav pane style.

I'm deeply sorry for the inconvenience. We will research and fix this behavior as soon as possible.

If I could be of your further assistance, please write back.

 
All the best,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
dave
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
dave
Top achievements
Rank 1
Share this question
or