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

15 minutes time slots in radscheduler

1 Answer 109 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Sachin
Top achievements
Rank 1
Sachin asked on 19 Oct 2010, 02:36 PM
Hi,

I am usin Rad scheduler in my application. I am using Advanced forms feature for editing and creating new appointments, however i have some questions mentioned below.

1. How to  make timelines show 15 minutes. PLease check the screen attached.

2. I am saving values n multiple tables after Save button is clicked on New or Edit form. What is the best way to do teh validations on this form?

Any help in this regards will be appreciable as this is very urgent for me.

Regards,
Sachin

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 22 Oct 2010, 08:46 AM
Hello Sachin,


1. This requirement is not supported, but you can get quite close to it with the following settings:

* * *  
<telerik:RadScheduler ID="RadScheduler1" runat="server" MinutesPerRow="15" HoursPanelTimeFormat="HH:mm tt" NumberOfHoveredRows="1">
    </telerik:RadScheduler>
* * *

2. For custom validation, please use the Advanced Templates demo. For example, note how the Subject validator is implemented in the AdvancedForm user control:
* * *  
<telerik:RadTextBox runat="server" ID="SubjectText" Width="100%" Label='<%# Owner.Localization.AdvancedSubject + ":" %>'
                        Text='<%# Eval("Subject") %>' />
<asp:RequiredFieldValidator runat="server" ID="SubjectValidator" ControlToValidate="SubjectText"
EnableClientScript="true" Display="None" CssClass="rsValidatorMsg" />
* * *




Greetings,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
Sachin
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or