I have this code for a web dropdown (9.1)
<
="0">
>
="">
The drop down doesn't even drop down. Why not?
Hi,
I cannot determine the root cause of the issue you are facing from this code. Are there any other controls on the page (like DialogWindow, etc)? On which browser are you seeing this behavior?
Also, which 9.1 build number are you using?
Thanks a lot for your feedback,
Angel
this is my entire page:
<%
@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebTest._Default" %>
@ Register assembly="Infragistics2.WebUI.WebCombo.v9.1, Version=9.1.20091.1015, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.WebCombo" tagprefix="igcmbo" %>
@ Register assembly="Infragistics2.WebUI.UltraWebGrid.v9.1, Version=9.1.20091.1015, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.UltraWebGrid" tagprefix="igtbl" %>
@ Register assembly="Infragistics2.Web.v9.1, Version=9.1.20091.1015, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.ListControls" tagprefix="ig" %>
@ Register assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI" tagprefix="asp" %>
<!
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
="server">
</
I'm using 9.1.20091.1000
This is what i see when i run the page (attached screenshot). Everything looks ok. Are you using some specific browser where this doesn't work ?
Thanks,
This was my mistake, I didn't have AJAX setup correctly for my site and there were javascript errors that we preventing the dropdown.