I recently made a design change in the WinForms UltraWinSchedule.UltraDayView modifying the property: TimeSlotDescriptorLabelStyle. The mod was to change from HourlyOnly to EveryTimeSlot.
The net result was that any users that had active entries in their scheduler had their Scheduler Day View corrupted as follows. All entries reduced in size dramatically from width of the time slot down to an entry which was horizontally reduced to an unreadable width. In any recurring entries showed a small entry display on a single time slot line equal to the number of recurring time slots. i.e. An time slot entry for every Wed at 3:00pm, whould show up as four entries on every Wednesday.
Further, changing the property back to HourOnly did not resolve the issue, something had been corrupted by the mere changing of the LableStyle.
Help please, effects production. I am on West Coast of US, I have priority support, but of course Dev support is closed at 4:00pm Eastern, I tried live chat, but chat server failed. So Here I am, still crazy after all these years.
My Development Environment
WinXP Pro
NetAdvantage 2010.3
VS 2005
SQL Server 2008 R2 Express
Hello,
I am glad to hear that you were able to solve your issue. Please let me know if you have any further questions.
Thank you for using Infragistics Components.
Thank you again for your help - I have set the status of this issue to resolved. Due to your insightful questions and reviewed any changes I had made to the project. I had updated SQL Server drivers just previous to the change as well. Although I can not conclusively determine this caused the issue, I do not think trying to determine what happened is worth anymore effort. Once again thank you for your support.
Thank you for taking the time to respond to my inquiry. Since posting this, I was able to establish a case with Infragistics support. I am corresponding with them about this issue, but to respond to your questions, I am using a SQL Server DB Table with the following layout:
Column Name
fk_appo_owne_OwnerKey varchar(20)
appo_Subject varchar(50)
appo_StartDateTime datetime
appo_EndDateTime datetime
appo_Description varchar(250)
appo_AllDayEvent bit
appo_ReminderEnabled bit
appo_ReminderInterval int
appo_ReminderUnits int
appo_RecurrenceId uniqueidentifier
appo_Recurrence varbinary(MAX)
appo_OriginalStartDateTime datetime
fk_appo_appd_AppointDetailsKey int
appo_AllProperties varbinary(MAX)
The table is bound to an UltraCalendarInfo
I don't expect you to spend any more time on this, but just provided you the additional information out of courtesy for you time already expended.
Thank you, whatever result I receive from my support case, I will be sure to post here.
Thank you again.
Have you changed the version of the controls that you are using? Like installing a service release ? or if there was any other service release install on the 10.3 version of our controls?
Have you tried clean and rebuild your app after you reverted the changes back, prior running it again?
Since you are mentioning that you are using a server, how the data is stored and after provided back to schedule control?
I am waiting for your details.