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

Panelbar Items no more visible after migration from Q3.2009 to Q3.2012

1 Answer 25 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 2
Dave asked on 28 Nov 2012, 01:27 PM
Hi Guys,

I know this is a huge step forward in Telerik release and that's why I am asking...
Migrating from Q3.2009 to Q3.2012 using Telerik wizard, I finally got my radlistbox embeded controls no more rendered in IE...
Do I need to redo the entire page or is there some quickfix I missed?

Best regards,
David

1 Answer, 1 is accepted

Sort by
0
Dave
Top achievements
Rank 2
answered on 28 Nov 2012, 02:07 PM

Not sure why, but it was due to the use of the following Combo;

<Items>
    <telerik:RadPanelItem>
        <ItemTemplate>
            <telerik:RadListBox

Replacing it by <ContentTemplate> as follows seems to fix the display issue;

<ContentTemplate>
            <telerik:RadListBox

...
Tags
PanelBar
Asked by
Dave
Top achievements
Rank 2
Answers by
Dave
Top achievements
Rank 2
Share this question
or