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

Z-index on RadDataPagerPageSizeField Dropdownlist

2 Answers 54 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 19 Oct 2015, 06:13 PM

 
I have a RadDataPager implemented as below.  ​I need the ability to set the z-index on the RadDropDownList as it is rendering behind some of my content, but I can't figure out where to set it.  Changing the style on the RadDataPager doesn't work, and setting it on the .RadDropDownList CSS class also doesn't work.  Any ideas?

<telerik:RadDataPager ID="DataPager1" runat="server" PagedControlID="ListView1" PageSize="10" Skin="Default">
    <Fields>
        <telerik:RadDataPagerButtonField FieldType="FirstPrev"></telerik:RadDataPagerButtonField>
        <telerik:RadDataPagerButtonField FieldType="Numeric"></telerik:RadDataPagerButtonField>
        <telerik:RadDataPagerButtonField FieldType="NextLast"></telerik:RadDataPagerButtonField>
        <telerik:RadDataPagerPageSizeField PageSizeText="Page size: " PageSizes="5,10,20,50" HorizontalPosition="RightFloat" PageSizeControlType="RadDropDownList"></telerik:RadDataPagerPageSizeField>
    </Fields>
</telerik:RadDataPager>

2 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 19 Oct 2015, 06:34 PM
And to clarify, the rendering issue doesn't occur until you click the dropdownlist to view the additional page sizes.  It's that part of the dropdown that is rendering behind my content.
0
Accepted
Kostadin
Telerik team
answered on 22 Oct 2015, 11:26 AM
Hi Michael,

You can try using the following CSS to increase the z-index.
div.rddlSlide {
    z-index: 200000;
}

If you still experience the same issue I would appreciate if you can provide a live url to the page where the issue can be observed.

Regards,
Kostadin
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
DataPager
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Kostadin
Telerik team
Share this question
or