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

Telerik Scheduler ViewStartDate and ViewEndDates comming wrong

6 Answers 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Krishnamraju
Top achievements
Rank 1
Krishnamraju asked on 09 Jul 2012, 07:18 AM
I am using telerik asp.net scheduler control in my MVC project, i know it has very less support in mvc that to via webservice calls only. me implemented with one existing demo from telerik site only. Currently we are using timeline view in that scheduler. my task is adding SlotDuration, TimeLabelSpan, ColumnHeaderDateFormat, NumberOfSlots, GroupingDirection

everthing is working fine when i giving SlotDuration="13.00:00:00" (13days) from 13 days to 24 days it working fine below 13 above 24 days it's not working. below is the my scheduler code for SlotDuration="25.00:00:00"(i am changing only my slotduraion nothing else)

<telerik:RadScheduler ID="RadScheduler1" runat="server" OnClientAppointmentsPopulating="OnClientAppointmentsPopulating"
            AppointmentStyleMode="Default" SelectedView="TimelineView" SelectedDate="2012-01-01"
            ShowHeader="false" Width="100%" ShowViewTabs="false" GroupBy="ProjectCategory"
            ReadOnly="true" OnClientAppointmentsPopulated="OnClientAppointmentsPopulated"
            OnClientAppointmentDataBound="OnClientAppointmentDataBound">
            <TimelineView SlotDuration="25.00:00:00" TimeLabelSpan="4"  ColumnHeaderDateFormat="yyyy"
                NumberOfSlots="80" GroupingDirection="Vertical" />
            <WebServiceSettings Path="../../SchedulerWebService.asmx" ResourcePopulationMode="ServerSide" />
            <AdvancedForm Modal="true" />
        </telerik:RadScheduler>

please check attached screen shoot  ViewStart and ViewEnd it showing wrong dates. please help me to solve this problem

I need slot duration is 30days. Help me to get out from this.
Thank you in advance :-)

6 Answers, 1 is accepted

Sort by
0
Ramakrishna
Top achievements
Rank 1
answered on 09 Jul 2012, 07:24 AM
me also having such type of problem,
please help me to resolve this
0
Plamen
Telerik team
answered on 12 Jul 2012, 06:30 AM
Hi Krishnamraju,

 
Thank you for reporting this bug in RadScheduler.

I have logged it for fixing and you can follow its status and vote for increasing its priority in our PITS here.

Thank you for your concern with RadControls.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Krishnamraju
Top achievements
Rank 1
answered on 16 Jul 2012, 12:13 PM

Hi Plamen,
Is this an issue with the MVC implemention using a web service or is this also an issue with the asp.net ajax scheduler also?

Thanks
0
Krishnamraju
Top achievements
Rank 1
answered on 16 Jul 2012, 12:15 PM
Also,
do you have a suggested workaround till this issue is fixed?
0
Plamen
Telerik team
answered on 19 Jul 2012, 10:19 AM
Hi Krishnamraju,

I have inspected the scenario once again but unfortunately could not find a possible workaround for this issue so far. Please excuse us once again for the inconvenience. I have increase its priority and we will make our best to fix the issue as soon as possible. If meanwhile we find a possible workaround I will notify you immediately in this thread.

Greetings,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Plamen
Telerik team
answered on 22 Oct 2012, 01:51 PM
Hi Krishnamraju,

I am glad to inform you that from Q3 2012 this issue is fixed.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Krishnamraju
Top achievements
Rank 1
Answers by
Ramakrishna
Top achievements
Rank 1
Plamen
Telerik team
Krishnamraju
Top achievements
Rank 1
Share this question
or