This is a migrated thread and some comments may be shown as answers.

[Solved] WebService Culture

3 Answers 102 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 06 May 2009, 08:39 AM
Hi, I started to use the Scheduler WebService, and there is a problem, response changing Culture to en-US and timezone to GMT-08:00. Any idea?
<telerik:RadScheduler runat="server" ID="RadScheduler1" Width="100%" Height="575px"
            Skin="Office2007" DataKeyField="JOB_EVENT_ID" DataSubjectField="SUBJECT" DataStartField="EVENT_START"
            DataEndField="EVENT_END" TimeZoneOffset="00:00:00" OverflowBehavior="Scroll" StartEditingInAdvancedForm="false"
             TimelineView-NumberOfSlots="14"  DayStartTime="00:00:00" DayEndTime="00:00:00" WorkDayStartTime="10:00:00" WorkDayEndTime="19:00:00"
              DayHeaderDateFormat="dd/MM/yy" WeekHeaderDateFormat="dd/MM/yy" SelectedView="WeekView" FirstDayOfWeek="Monday"
               LastDayOfWeek="Sunday"              
            Culture="ru-RU" DisplayDeleteConfirmation="false" OnClientAppointmentsPopulating="AppointmentsPopulating"                
            OnClientAppointmentCreated="AppointmentCreated"  EnableTheming="false" EnableViewState="false" EnableRecurrenceSupport="false"
            >
            <WebServiceSettings Path="CalendarWebService.asmx" />
        </telerik:RadScheduler>  

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 07 May 2009, 03:19 PM
Hello Sergey,

Thank you for your report. I have veriefied that this is indeed a bug in RadScheduler which we will try to fix shortly.

Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Alexandr A
Top achievements
Rank 1
answered on 20 Aug 2009, 07:25 AM
Hi Sergey,

You may want to set EnableScriptLocalization = true and EnableScriptGlobalization = true in your ScriptManager in order not to lose localization after webservice request.
0
Peter
Telerik team
answered on 21 Aug 2009, 12:37 PM

There is help topic on Localization for web services mode:
http://www.telerik.com/help/aspnet-ajax/localization-web-services-mode.html

I hope you find it useful.


Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Sergey
Top achievements
Rank 1
Answers by
Peter
Telerik team
Alexandr A
Top achievements
Rank 1
Share this question
or