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

Radcombo item list is not stick with Radcombo while scrolling

1 Answer 49 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Om
Top achievements
Rank 1
Om asked on 07 Mar 2014, 10:21 AM
Hi,

I have the RadCombobox in my page. If i scroll the page after open the radcombo list then the list does not stick with the radcombo. This problem is my whole project so i want the generic resolution for it ASAP.


Thanks & Regards,

Om Prakash

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Mar 2014, 05:00 AM
Hi Om,

Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my end. Please provide your code it it doesn't help.

ASPX:
<telerik:RadComboBox ID="RadCombobox1" runat="server" Skin="WebBlue" DataSourceID="SqlDataSource1"                                                  DataTextField="ShipCountry">
</telerik:RadComboBox>
This is an example page
<asp:Panel ID="Panel1" runat="server" Style="border: 1px solid red; height: 900px;">
</asp:Panel>

Thanks,
Shinu.
Tags
ComboBox
Asked by
Om
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or