hi, please take a look a the picture. normally (in german) the 18.oktober 2010 is in week 42 is there a property to correct this wrong behavior ?
thank you for your help :) you solved my problem.
Hello Martin,
Please let me know if you need further assistance.
As I can see you are using WebMonthCalendar :
http://samples.infragistics.com/2010.3/WebFeatureBrowser/contents.aspx?showCode=true&t=WebMonthCalendar/WebCalendar_Localization.aspx~srcview.aspx?path=~srcview.aspx?path=WebMonthCalendar/WebCalendar_Localization.src
WebMonthView is different control:
http://samples.infragistics.com/2010.3/WebFeatureBrowser/contents.aspx?showCode=true&t=WebSchedule/PropertiesSample/WebMonthViewGeneralProperties.aspx~srcview.aspx?path=../WebFeatureBrowserVB/WebSchedule/PropertiesSample/WebMonthViewGeneralProperties.src~srcview.aspx?path=WebSchedule/PropertiesSample/WebMonthViewGeneralProperties.src
Regarding WebMonthCalendar , there is a property WeekRule :
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=WebMonthCalendar_Enable_Week_Numbers_in_WebMonthCalendar.html
You should set it :
WebMonthCalendar1.WeekRule = System.Globalization.CalendarWeekRule.FirstFullWeek;
Please let us know if you need further assistance regarding this.