Hello, I just installed windows 8 pro and VS2012, and I have a problem with your scheduling components (12.1).The steps to reproduce the problem are very easy:
1) Create a new WPF application (Net Framework 4.5)2) Drag and drop a ScheduleView
Roberto Dalmonte
We have the same problem with this control. Any news on the bug fix?
Can infragistic tell us a rough estimate on when this can be fixed?
This issue can be easily replicated in their WPF Sample projects. Hence I am surprise that this is not picked up in their testing
It looks like the problem is fixed with the recent .NET update from Microsoft. It came probably came with Windows Update, because I haven't installed any updates manually. Anyone else that can verify this?
Hello,
I have tested this behavior with the latest updates from Microsoft and on my side the issue still exists. The service releases for NetAdvantage 11.2 and 12.1 with the fix for this issue seem to be available by the end of October.
Thank you for the understanding.
Hi Yanko,
Any news on this yet? it is already November
I'm pretty sure the latest official service release included the fix. Also, I think latest updates to .NET 4.5 from Microsoft also resolved the issue.
The Service Release is already out. You can download it from our website -> Account -> Select the product -> Select ‘Service Release’ tab.
Thank you for your patience.
Hello Dmitry,
The Service Release, that you are looking for, has been available for 11.2,12.1 and 12.2. We provide with Product Service Releases for 1 year after the release of a product. For more information please look into the following forum thread :
http://es.infragistics.com/help/product-lifecycle/
If you need any further assistance on this matter, feel free to ask.
We at IT Easy Pty Ltd have exactly the same problem, ufnortunately. The exception happens when you install .NET Framework 4.5 on machine, even though our software does not use 4.5 (the Target Framework of our WPF app is 4.0). It disappears when you uninstall 4.5.
I wish I could download this "Service Release" fix you produced this month, but I don't see the link. The latest SR I see is NetAdvantage for WPF Line of Business 2010 Vol. 3 - WPF Service Release dated December 2011. Is it because our service agreement expired?
Regards,
Dmitry.
Thanks Yanko,
I can confirm that this issue has been addressed in Version 12.1.20121.2169
Well if you want all days to be considered non-working time then you could set the WorkDays to "None". If you want a day to be entirely working (when IsWorkDay resolves to true) then you would add a TimeRange whose start is "00:00" and whose end is "1.00:00".
Yes, without it, the control shows 9:00 AM - 5:00 PM background color as white, and gray for rest all. I just want to show either full gray or full white.
Is there any alternate way of achieving it?
Thanks!