Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
WebDropDown displays in random location when I implement my MasterPage
posted

When I implement my base master page, the WebDropDown control acts very strangely. The dropdown portion of the control displays in a very unusable location, not directly under the main control, as one would expect.

I've boiled my main page down to the most basic of elements, as seen in the code snip below:

<%@ Page Language="C#" MasterPageFile="~/MasterPage/DefaultMaster.master" Title="SuiteMetrics" EnableEventValidation="False" Theme="Default" EnableViewState="True" %>
<asp:Content ID="Content1" ContentPlaceHolderID="mainContentHolder" Runat="Server">
     <ig:WebDropDown ID="ddlCustLoc" runat="server" Width="350px"/>
</asp:Content>

When I run this page, and pull down the dropdown box, this is the result:

I am using Infragistics 2013.1.