After creating a new project and adding the AdvancedForm Template for the scheduler I find that it doesn't post back or respond after the AdvancedForm pops up.
Example1 is what it looks like after hitting cancel.
Example2 is what it looks like after hitting save.
Example3 is different than example 2 in that when I add info to the appointment and click save it flickers and then hangs.
This is the straight up, unedited advancedform template...I would think it should work...?
Example1 is what it looks like after hitting cancel.
Example2 is what it looks like after hitting save.
Example3 is different than example 2 in that when I add info to the appointment and click save it flickers and then hangs.
This is the straight up, unedited advancedform template...I would think it should work...?
8 Answers, 1 is accepted
0
Hi Calvin,
Thank you for reporting this issue. We will look into it and update it accordingly. In the meantime, please use the attached sample as reference.
Kind regards,
Peter
the Telerik team
Thank you for reporting this issue. We will look into it and update it accordingly. In the meantime, please use the attached sample as reference.
Kind regards,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Calvin
Top achievements
Rank 1
answered on 22 Apr 2011, 04:36 PM
I'm trying to create a web App, this looks like a web site. there are no designer files
0

Calvin
Top achievements
Rank 1
answered on 22 Apr 2011, 04:42 PM
Ok I've got a working demo. I had to delete my project and start completely over copy over your files and then say 'convert this to a web app' to build the designer files
0

Leighton
Top achievements
Rank 1
answered on 22 Apr 2011, 05:01 PM
Check the .NET version you're running your app on. I had issues with .NET 4.0 that caused a very similar issue for my web application. I solved it by downgrading to 3.5.
0

Calvin
Top achievements
Rank 1
answered on 22 Apr 2011, 05:47 PM
When a user tries to use the advanced form to add an appointment and enters a time that is not within the timeline offered by the scheduler or the time is invalid it will flicker when they click save and do nothing else. It gives no reason/feedback for it's lack of expected behavior...
0
Hello Anthony,
As I can see from your attached pictures - you are using similar code to the "Advanced Templates" demo.
However as you can check this per yourself - when you try to create an appointment with End Time which is lower then start time - a corresponding error message appears and the appointment is not saved. After further inspection I noticed that the issue appears according to the way the RadScheduler is bound. In the demo it is bound to XMLProvider but when you bind it to SQLDataSource - the issue appears.
Could you please tell me by which of the ways your RadScheduler is bound?
All the best,
Veronica Milcheva
the Telerik team
As I can see from your attached pictures - you are using similar code to the "Advanced Templates" demo.
However as you can check this per yourself - when you try to create an appointment with End Time which is lower then start time - a corresponding error message appears and the appointment is not saved. After further inspection I noticed that the issue appears according to the way the RadScheduler is bound. In the demo it is bound to XMLProvider but when you bind it to SQLDataSource - the issue appears.
Could you please tell me by which of the ways your RadScheduler is bound?
All the best,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Calvin
Top achievements
Rank 1
answered on 26 Apr 2011, 02:41 PM
I'm binding to a custom business object of type List<AppointmentInfo>
0
Hello Anthony,
As you can see in our online demo for "Binding to Generic List" - a corresponding error message appears when you try to enter end date lower than start date.
I suspect that there is something in your implementation which causes problems.
Could you please open new support thread and attach your project there so I can inspect it and help you?
Thank you!
Best wishes,
Veronica Milcheva
the Telerik team
As you can see in our online demo for "Binding to Generic List" - a corresponding error message appears when you try to enter end date lower than start date.
I suspect that there is something in your implementation which causes problems.
Could you please open new support thread and attach your project there so I can inspect it and help you?
Thank you!
Best wishes,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.