Setting overflow:hidden style on form disables all the elements on the dropdown calendar. The style is not applied on individual form but from a style sheet.
Hi,
I tried following and I did not notice problem, calendar appeared with same styles as without hidden overflow. If there is a specific configuration of page or other features that have negative effect, then please provide more details.
<head runat="server"> <title></title></head><body> <form id="form1" runat="server" style="overflow:hidden;"> <igsch:WebDateChooser ID="WebDateChooser1" runat="server"></igsch:WebDateChooser> </form></body>
HI,
The same problem happened to me too, I was not able to select any of the elements from the calendar and the style="overflow:hidden;" for the form was the culprit..I dont know if it was a combination of other things that caused this, but certainly the fix was to limit the overflow:hidden to <BODY> only...
The infragistics version we are using is NetAdvantage for .Net 2009.1, and heres the register tag from my page
<%@ Register Assembly="Infragistics35.WebUI.WebDateChooser.v9.1, Version=9.1.20091.2190, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.WebSchedule" TagPrefix="igsch" %>
Just in case this helps somebody..
The problem was visible in IE only, version i am using is IE8.