Has anyone else had issues using a WebDatePicker inside a Master Page ?
When I place a WebDatePicker on a regular WebForm, it works just fine. But when I put it on a WebForm that is using a Master Page ... when I click on the control it does not popup the calendar or do anything.
I'm using Version 2010.3.
Thanks,John
I know this thread is old but I am having same issue in a visual studio 17 asp.net project using master page. If I drop webdatepicker in a page not using the master, it opens fine. I've tried that suggestion above about adding a webmonthcalendar and setting the ID.. that did not work for me. I'm using version 19.1 of the ig controls.
Is there any new advice?
This problem still exists in version 12.2.20122.1007 and I have yet to see any official Infragistics response to what is a fairly major bug.
Does anybody in Infragistics monitor these posts?
john
This worked for me:
<ig:WebMonthCalendar runat="server" ID="webMonthCalendar1"></ig:WebMonthCalendar><ig:WebDatePicker runat="server" id="webDatePicker1" DropDownCalendarID="webMonthCalendar1"></ig:WebDatePicker>
Hi,
i not understan what you say
can you explain or give sample code
Finally it works for me.
You have to add a WebMonthCalendar to the page/control. Then assign the id of it to the DropDownCalendarID of your webdatepicker.
Hope this workaround helps until Infragistics give us a nice solution.
Regards.