I have a problem with the local time zone in XamDayView and XamMonthView when DataManager's PromptForLocalTimeZone property is set to Never.
There is an error when i use the control, i don't know how to set this property by code without use the dialog box that always appear at begin of the application
anyone can help me? thanks
I am having trouble with getting the correct time zone in my Silverlight application. What exactly do you need to do to set it?
Hello ,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
Hi,
If you don’t want to have the dialog for choosing the time zone you should specify it in code to the data connector i.e.:
listScheduleDataConnector.TimeZoneInfoProviderResolved.LocalTimeZoneId = "FLE Standard Time";
The XamSchedule controls can’t work without knowing the time zone and in Silverlight its id can’t be resolved that’s why by default there is a dialog for the user to specify the time zone.
Hope this helps!
Thanks,
Diyan Dimitrov