Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic WPF Scheduling: WeekRange header numbering wrong with GroupWeekends (Read 3393 times)
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
WPF Scheduling: WeekRange header numbering wrong with GroupWeekends
Feb 13th, 2017 at 8:50pm
Print Post  
Hi,

WPF Scheduling: WeekRange header numbering is wrong with GroupWeekends=True.

Reproduce with Scheduling.Tutorials sample "Tutorial3", modify XAML this way:

Code
Select All
        <planner:Calendar Name="calendar" CurrentView="WeekRange" Theme="Silver"
			Date="1, 1, 2010" EndDate="5, 1, 2010" ItemClick="calendar_ItemClick">
            <planner:Calendar.WeekRangeSettings>
                <planner:WeekRangeSettings WeekHeaderPosition="Left" GroupWeekends="True" />
            </planner:Calendar.WeekRangeSettings>
        </planner:Calendar> 



You will see a strange week numbering:
The second weekend day gets the following week number (wrong at least for German culture).
I would expect to see one row header cell spanning both weekend days and showing one week number.

Regards,
Heli
  

Weekrange_Weekheader.png ( 37 KB | 228 Downloads )
Weekrange_Weekheader.png
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: WPF Scheduling: WeekRange header numbering wrong with GroupWeekends
Reply #1 - Feb 14th, 2017 at 9:22am
Print Post  
Hi,

Thank you for your feedback. We will look into this problem and the others you have listed and come back to you.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: WPF Scheduling: WeekRange header numbering wrong with GroupWeekends
Reply #2 - Feb 14th, 2017 at 4:04pm
Print Post  
Week numbering now works with the build from today (http://mindfusion.eu/Forum/YaBB.pl?num=1487013600/2#2).

It looks good with Theme Silver and needs some improvement with Theme Light (missing border lines).
  
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: WPF Scheduling: WeekRange header numbering wrong with GroupWeekends
Reply #3 - Feb 16th, 2017 at 11:59am
Print Post  
With today's built (from here), it still needs some work with Theme Light.
See screenshot.
  

Lines.png ( 5 KB | 220 Downloads )
Lines.png
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint