Hi Team,
Earlier i have used WebDateChooser control. Now migrating to WebDatepicker. Can you please provide Equivalent below code in webDatepicker.
'Align the Calendar dropdown to be centered under the DateChooser. dateChooser.DropDownAlignment = Infragistics.WebUI.WebDropDown.DropDownAlignment.Center
'We can apply a StylePreset to the Calendar, instead of manually setting 'these properties. dateChooser.CalendarLayout.Calendar.SetStylePresets(Infragistics.WebUI.WebSchedule.CalendarStylePreset.Silver, _ Infragistics.WebUI.WebSchedule.CalendarPresetNextPrevFormat.SmallTriangle, True)
Thanks,
Krishna | 9000701514
Hi,
It seems that such control over the calendar positioning is not available out of the box. I have tried to customize it during client side events but it still does not seem consistent and reliable resolution. Considering the above I suggest that you simply set the same width to both the WebDatePicker and the WebMonthCalendar. Please let me know if this would work for you, otherwise I will further try to find alternative solution.
<ig:WebDatePicker ID="WebDatePicker1" runat="server" DropDownCalendarID="WebMonthCalendar1" Height="35px" Width="200px"> </ig:WebDatePicker> <ig:WebMonthCalendar ID="WebMonthCalendar1" runat="server" Height="198px" Width="200px"> </ig:WebMonthCalendar>
Hello,
I'm just following up to see if you need any further assistance with this issue. If so please let me know.