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

Scrollbar

3 Answers 50 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 03 Mar 2016, 08:12 AM

Lost the scrollbar when using HeaderTemplate in Explorer and Firefox.

Works in Chrome...

3 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 07 Mar 2016, 03:44 PM
Hello Kjell,

Could you please post your ListBox markup declaration? This will give us a better idea of how the control is configured and what the content of your HeaderTemplate is. Was the scrollbar working correctly with a previous version of the controls you used or the problem is with all versions you have tried (2016.1.225 including)?

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Kjell
Top achievements
Rank 1
Iron
answered on 08 Mar 2016, 07:37 AM

Same problem on your exempel: http://demos.telerik.com/aspnet-ajax/listbox/examples/applicationscenarios/insertitem/defaultcs.aspx

Se attached image.

First time i use/test ListBox ....

 

<telerik:RadListBox ID="rlbAktivitet" RenderMode="Auto" AllowReorder="true" AllowDelete="true" EnableDragAndDrop="true" Height="290px" Width="240px" SelectionMode="Single" TabIndex="1" runat="server">
    <HeaderTemplate>
        Rangordna 3 st:
    </HeaderTemplate>
    <Items>
        <telerik:RadListBoxItem Text="Argentina" />
        <telerik:RadListBoxItem Text="Australia" />
        <telerik:RadListBoxItem Text="Brazil" />
        <telerik:RadListBoxItem Text="Canada" />
        <telerik:RadListBoxItem Text="Chile" />
        <telerik:RadListBoxItem Text="China" />
        <telerik:RadListBoxItem Text="Egypt" />
        <telerik:RadListBoxItem Text="England" />
        <telerik:RadListBoxItem Text="France" />
        <telerik:RadListBoxItem Text="Germany" />
        <telerik:RadListBoxItem Text="Sweden" />                                       
    </Items>
</telerik:RadListBox>

0
Ivan Danchev
Telerik team
answered on 09 Mar 2016, 04:28 PM
Hello Kjell,

We can confirm the missing scrollbar is due to a bug in IE and Firefox and it is related to using a FooterTemplate. We logged it and will fix it as soon as possible. Please accept our apologies for any inconvenience it might have caused you.

I attached a sample page, which contains a workaround you can use until the bug is fixed.

The bug's status can be tracked on our Feedback Portal.

As a token of gratitude for reporting this issue I updated your Telerik points.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ListBox
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Ivan Danchev
Telerik team
Kjell
Top achievements
Rank 1
Iron
Share this question
or