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

Appointment date / time pickers not showing

9 Answers 57 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 21 Jun 2011, 12:07 PM
I have a scheduler hooked up to a SQL datasource, it shows the appointments fine but when I try and create or edit an appointment the dropdown pickers for the Start Date / Time do not appear, instead I have to use the arrow keys to scroll up and down to set them.

Do I have to set this functionality somewhere?

I am going through the Apress book and examples but I can't see anything about it.

<telerik:RadScriptManager ID="RadScriptManager" runat="server"></telerik:RadScriptManager>
<div>
 
    <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="200px" Width="300px">
 
        <telerik:RadScheduler ID="RadScheduler1" runat="server"
            DataDescriptionField="Description" DataEndField="EndTime"
            DataKeyField="EventsID" DataSourceID="SqlDataSource1"
            DataStartField="StartTime" DataSubjectField="Subject">
        </telerik:RadScheduler>
 
    </telerik:RadAjaxPanel>
 
    <asp:SqlDataSource ID="SqlDataSource1" runat="server"
        ConnectionString="<%$ ConnectionStrings:PenDataConnectionString %>"
        SelectCommand="SELECT * FROM [Events]"></asp:SqlDataSource>
 
</div>



 

9 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 21 Jun 2011, 01:29 PM
Hi Martin,

Thank you for the attached image and the detailed information about the issue.

Basically you don't need to add anything additional in order to pick date/time form the DateTimePickers in the Advanced Form. I believe that some scripts are not loaded correctly in your case. Did you receive any javascript error?

Kind regards,
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
Martin
Top achievements
Rank 1
answered on 21 Jun 2011, 03:22 PM
Thanks for the reply.

I don't get a Javascript error and I've tried it both Firefox (3.6) and IE9.

There is nothing else on the page.

Many thanks

0
Veronica
Telerik team
answered on 21 Jun 2011, 03:44 PM
Hi Martin,

Could you please set the EnableAjax property of the RadAjaxPanel to "false" and you will be able to see any errors. Please let me know the result. 
 
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
Martin
Top achievements
Rank 1
answered on 22 Jun 2011, 08:39 AM
I set the property in the panel, but no difference and no errors.

<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="200px" Width="300px" EnableAjax="false">


0
Veronica
Telerik team
answered on 22 Jun 2011, 09:00 AM
Hi Martin,

This is very strange. Could you please send me your project attached in a .zip file so I can inspect it and help you?

Thank you!

P.S: Please note that this is a forum post and you are not allowed to attach .zip files. As an alternative you can use one of the sites for free online storage as 4shared.com.

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.

0
Martin
Top achievements
Rank 1
answered on 22 Jun 2011, 11:03 AM
Hi Veronica,
You can download the files from here: Download files
0
Veronica
Telerik team
answered on 22 Jun 2011, 11:54 AM
Hi Martin,

I tried to open the link but I receive an error:

404 - File or directory not found.

Could you please try to upload it to other site?

Greetings,
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
Martin
Top achievements
Rank 1
answered on 22 Jun 2011, 11:57 AM
Sorry my mistake, there was a typo in the link.

new link
0
Plamen
Telerik team
answered on 27 Jun 2011, 04:47 PM
Hello Martin,

We inspected your project. The problem is that you are using an older version of our product.
When I tested with the latest version everything worked fine.

Best wishes,
Plamen Zdravkov
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.

Tags
Scheduler
Asked by
Martin
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Martin
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or