i had a combo box near the radmenu, there is a overlay problem when i click the combo box...
how can i set the combo box on top of the radmenu ? thanks
how can i set the combo box on top of the radmenu ? thanks
<telerik:RadComboBox AutoPostBack="true" Width="200"AppendDataBoundItems="true" ID="cb_personal" runat="server" Skin="Sunset" EnableOverlay="true" HighlightTemplatedItems="true"><%--<Items><telerik:RadComboBoxItem Text="-- Select --" Value="-1" /></Items>--%></telerik:RadComboBox> <telerik:RadComboBox runat="server" ID="RadComboBox_Project" EnableOverlay="true" DataTextField="DisplayName" DataValueField="ProjectID" Skin="Sunset" EnableLoadOnDemand="True" DataSourceID="ObjectDataSource2" OnSelectedIndexChanged="RadComboBox_Project_SelectedIndexChanged" AutoPostBack="True" HighlightTemplatedItems="true" Label="" Width="100%" NoWrap="True">