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

scheduler client side events

5 Answers 65 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
marco
Top achievements
Rank 1
marco asked on 12 Jun 2009, 07:21 AM
Good morning,
I'm using the scheduler for the first time and I'm checking out how it works.
Debugging client side javascript code, I've seen that client side events are called more than once.
For example OnClientAppointmenMoveEnd (the help said that "is called when the user stops moving an appointment").
But if I move an appointment the event is called always twice.

Is there a raison for this behaviour?

Thanks
Marco

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Jun 2009, 07:55 AM
Hi Marco,

Thank you for your interest in RadControls.

We have done some bug fixing recently related to the problem you have experienced. Please, try  with the current version - 2009.1.527 and let us know how it goes.


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
marco
Top achievements
Rank 1
answered on 12 Jun 2009, 12:31 PM
Hi,
Thanks for the quick answer but it doesn't work.
I've installed the new version but the behaviour is still the same.
I've created 2 test cases if this can help:

CASE 1:

APPOINTMENT:  START 11:00 END 11.30 (AM)
I move it in position START 11.30 END 12:00 (AM)
The OnClientAppointmentMoveEnd event is fired twice.
From eventArgs I get:
First event: startTime=11.30, endTime=12.00
Second event: startTime=11.00, endTime=11.30

CASE 2:

APPOINTMENT:  START 11:00 END 11.30 (AM)
I move it in position START 1.00 END 1:30 (PM)
The OnClientAppointmentMoveEnd event is fired twice.
From eventArgs I get:
First event: startTime=1.00, endTime=1.30
Second event: startTime=11.00, endTime=11.30

Is very important for me to know why this happens. In client side events there is the business logic of my APP

Thanks
Marco

0
Peter
Telerik team
answered on 15 Jun 2009, 02:24 PM
Marco,

You are right that the latest build still exhibits problems with OnClientAppointmenMoveEnd. Thank you for providing a detailed description on reproducing the problem. We will continue our research and testing on this case and try to resolve it shortly.




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
EZNet Support
Top achievements
Rank 1
answered on 18 Nov 2009, 02:24 PM
We are experiencing this same problem, has there been a resolution to this issue?

Thanks,
Brandon
0
Peter
Telerik team
answered on 19 Nov 2009, 04:13 PM
Hello JERRY,

Are you using the current official version - 2009.3.1103? I just tested it and it seems that the problem has been successfully resolved. Let me know if you experience problems.


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
marco
Top achievements
Rank 1
Answers by
Peter
Telerik team
marco
Top achievements
Rank 1
EZNet Support
Top achievements
Rank 1
Share this question
or