Put a webdatepicker into a simple aspx page --> it works
Put a webdatepicker into a page based on a simple master pager --> the calendar is not showing.
Using v11.1 with latest SR 2020
Great !
Hello
I have the same issue. I can't display the calender with a DatePickerProvider
Could you help please?
TX
Hello gvi,
I’m just following up to ask if you’ve came across any other issues with the WebDatePicker.If you need any further assistance regarding this don’t hesitate to ask.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Hello Maya,
Building a sample for you, I figured out that it works.In fact, the problem appears with that piece of code in my MasterPage .aspx
<h1><%= Resources.Text.WebSiteTitle%></h1>
Removing it , it works. I hope that it will be the same for the webdatepicker inside webdatagrid.
Regards,
I couldn’t reproduce this with SR 2020 . Could you provide a simple sample in which you experience the mentioned behavior?
In the meantime try adding a WebMonthCalendar to the page. Then assign its id to the DropDownCalendarID of your WebDatePicker. This should resolve the issue.
I’m looking forward to hearing from you.