Hi DevExpress,
your DateEdit
control shows week numbers in the popup selector. From what I learned (correct me if I'm wrong), you're using Calendar.GetWeekOfYear()
function for that. Is there a way how to switch to ISOWeek.GetWeekOfYear()
?
I found T198732, but it's an old issue and you suggested to set FirstDayOfWeek = DayOfWeek.Monday
and CalendarWeekRule = CalendarWeekRule.FirstFourDayWeek
. But it's not enough, since it still provides different results than ISOWeek.GetWeekOfYear()
in some cases.
Thanks.
Kind regards
Peter