I found a problem regarding the Control Calendarinfo in the latest Infragistics Version for Windows Forms (2013.1)
For example, if I select the date 31.12.2012, I receive the year 2012 and the calendar week 53 as a response.
Until the Version 2010.3 it was possible to get the year 2013 and calendar week 1 as a result, which is a correct behaviour.
Is there any new configuration about this phenomenon or is this a bug?
Hello kasar,
This issue was fixed by changing the CalendarWeekRule to FirstFullWeek in the form load event like so:
this.ultraMonthViewMulti1.CalendarInfo.WeekRule = CalendarWeekRule.FirstFullWeek;
There was a fix to call off to CultureInfo.CurrentCulture.Calendar.GetWeekOfYear(date, System.Globalization.CalendarWeekRule, firstDayOfWeek) instead of calculating these parts our self. As a result this is working as intended and is not a bug as we are delegating off to .NET framework to return the week numbers. It is important to note that the UltraCalendarInfo.WeekRule property defaults to FirstDay.
I am following up and wanted to inform you that your issue has been addressed in service release versions WinForms_13.1.20131.2079, WinForms_12.2.20122.2116. Let me know if you have any questions regarding this matter.
This service release is now available under your account at the Infragistics Website. To download the service release, log in to ‘Account’ and select ‘Keys & Downloads’. Select the appropriate tab for this product; then the license key. The available service releases (Hot Fixes) should now be listed on the page.