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

RadCombobox inside RadWindow cannot See show more items when maximize

3 Answers 189 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ei Wai
Top achievements
Rank 1
Ei Wai asked on 29 Aug 2014, 03:24 AM
Hi,

I had Radcombobox inside RadWindow. I set z-index of radcombox to be really hight value so that it can appear on top of radwindow when maximize the Radwindow.

 
<telerik:RadComboBox ID="cboLocation" EmptyMessage="Location ID or Name" Width="250px"  CheckBoxes="true" Skin="Default" EnableLoadOnDemand="True" ShowMoreResultsBox="true"  ForeColor="Black" EnableVirtualScrolling="true" Font-Size="12px" OnClientItemChecked="OnClientItemCheckedLoc" OnClientDropDownClosed="OnClientDropDownClosedLoc" AutoPostBack="false" runat="server" OnItemsRequested="cboLocation_ItemsRequested" EnableCheckAllItemsCheckBox="true"  OnClientBlur="IsCheckAllSelectedLoc" ShowToggleImage="false"  ZIndex="1000000" >
</telerik:RadComboBox>


The problem I am facing now is I can't see Show more result when I maximized the Radwindow. Please see attached image for example. If I don't maximized the radwindow Dropdown top bar will hide under browser bookmark bar. I tried to put ItemsPerRequest , but it is still now working. Can anyone help me? 

Thank you. 

Best regards,
Ei

3 Answers, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 02 Sep 2014, 11:11 AM
Hello Ei,

We have tested the RadComboBox in RadWindow but the behavior is different as on the screen shots that you had provided. We are sending you this video for your reference. We have fixed the issue by setting the z-index by CSS
.rcbSlide {
    z-index: 999999 !important;
}

We hope this will resolve also the issue reproduced in your side.

Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ei Wai
Top achievements
Rank 1
answered on 03 Sep 2014, 01:49 AM
Hi Magdalena,

Thank you for your solution. I already put zindex of radcombobox to  "1000000" and I also use your css for slide. Even with that I did not get the desired result.  What I want is to be able to see "Items 1-20 of 20" sentence on dropdown. Even in your example video, I think it still cannot see.  Is there anyway to set dropdown height?  Please see attached file. 

Thank you.

Best regards,
Ei
0
Magdalena
Telerik team
answered on 03 Sep 2014, 01:25 PM
Hi Ei,

Drop-down height can be set by the property "Height". If you would like to show count of loaded items, you can use the event OnItemsRequested. You can find such example in our online demos, or in a sample project in the attachment.

We hope that this solution will meet your expectation.

Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ComboBox
Asked by
Ei Wai
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Ei Wai
Top achievements
Rank 1
Share this question
or