Hi,
as described earlier in a different post, I am currently evaluating NetAdvantage v12.1.20121.2072 with VS 2012.
While other DropDown-Controls are working perfectly normal (eg. WebDropDown), the WebDatePicker just would not display the dropdown calendar at all. I tried a couple of different settings as well as testing with up-to-date versions of Firefox, Chrome an IE9 and using a custom WebMonthCalendar. Nothing worked.
In VS 2010, everything works as intended.
Can someone please provide a fix for the issue or at least point me in the right direction until v12.2 is going to be released?
Are there any more known issues with NetAdvantage controls and VS 2012?
Regards
Hi weirdal,
Can you try to drop on webform WebMonthCalendar and set DropDownCalendarID of WebDatePicker(s) to the ID of that calendar?
I have the same issue. Calendar dropdown does not display at all.I tried your suggestion and still it does not display dropdown.Can you please let me know how to display dropdown using WebDatePicker.Your help is very much appreciated!
Thanks,
Padma.
Hi Padma,
sorry for my late response. By the time I made this post I was just evaluating a few things for one of our projects. Here actually is the code that eventually is being used in the project. Hope that it helps you...
<ig:WebDatePicker ID="wdpOrderStartDate" runat="server" OpenCalendarOnFocus="true" Value="<%# BindItem.OrderStart %>" DropDownCalendarID="WebMonthCalendar" Width="85px"></ig:WebDatePicker> <ig:WebMonthCalendar ID="WebMonthCalendar" runat="server"></ig:WebMonthCalendar>
<ig:WebDatePicker ID="wdpOrderStartDate" runat="server" OpenCalendarOnFocus="true" Value="<%# BindItem.OrderStart %>" DropDownCalendarID="WebMonthCalendar" Width="85px"></ig:WebDatePicker>
<ig:WebMonthCalendar ID="WebMonthCalendar" runat="server"></ig:WebMonthCalendar>
Although, we are now using version 12.1.20121.2137 instead of the version my original post was based on.