Hi There!
can any one help me on RadComboBox items slide position. When i click on comboBox it shows the items slide but somewhere down to the page, not exactly down to the dropdown. Can anybody tell me what i have to do to make items scroll right down to the dropdown?
please find the attachment for the comboBox screenshot and code for RadComboBoox below:
Please send me your idea on this issue.
Thank You,
--Shilpa
can any one help me on RadComboBox items slide position. When i click on comboBox it shows the items slide but somewhere down to the page, not exactly down to the dropdown. Can anybody tell me what i have to do to make items scroll right down to the dropdown?
please find the attachment for the comboBox screenshot and code for RadComboBoox below:
<
telerik:RadComboBox ID="ddlFilterType" runat="server"
EnableEmbeddedSkins="false" DropDownWidth ="95px" Skin="MyBlack" BorderColor="Gray"
BorderWidth="1px" Width="120px" OnSelectedIndexChanged ="ddlFilterType_SelectedIndexChanged"
AutoPostBack ="true" AppendDataBoundItems ="true">
<Items>
<telerik:RadComboBoxItem runat="server" Height ="20" Text="State" Value="1" />
<telerik:RadComboBoxItem runat="server" Height ="20" Text="Provider" Value="2" />
<telerik:RadComboBoxItem runat="server" Height ="20" Text="Faculty" Value="3" />
</Items>
</telerik:RadComboBox>
Please send me your idea on this issue.
Thank You,
--Shilpa