I am using tool set 15.1 CLR 4.5 with VS 2012 and 2013. The dropdown calendar for the control is not working at all. I tried adding a WebMonthCalendar and assigning it's ID to the WebDetePicker. I also tried calling the EnsureSharedCalendar() method on the page Load event. nothing seems to work.
Any help would be appreciated.
Hello CHPEmpl,
I tried to reproduce your issue, but without any success. I was able to create a WebDatePicker with WebMonthCalendar assigned using 15.1 version and .NET 4.5.
Could you please send more details what are you trying to achieve and what goes wrong? Any kind of error? Also sample will be appreciated, so we could be able to observe your issue.
Thank You for your response,
I was able to determine the issue and fix the problem. For some reason the Infragistics.Web.UI assembly did not get registered automatically when I added the controls to the page. Once I manually registered the assembly it worked fine.
Thanks again for your response.