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

Is it possible to have 3 or 4 column Time popdown

4 Answers 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sanjeev Bora
Top achievements
Rank 1
Sanjeev Bora asked on 17 May 2011, 05:29 PM
In the advancedForm, when we select the start date and Time, the Time slot menu (with 30 minute interval) has two columns of times. However Since I have a requirement to show time from 00:00 AM to 11:30PM, the popup goes beyond my webpage frame height. Is it possible to have 3 columns or 4 columns for the time so that the height can be reduced?

Thanks
Sanjeev

4 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 20 May 2011, 02:01 PM
Hi Sanjeev Bora,

Please take a look at this forum post for a solution.

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
Sanjeev Bora
Top achievements
Rank 1
answered on 22 May 2011, 08:20 AM
1) ah, I dont think that example talks about a 3 column Time drop down. Please see the manipulated image, which is my requirement...
If you see the bottom of the page, you can see the menu is cut at around 8:30PM which is not visible. If I increase my forms height, the form becomes out of order.

Thanks
Sanjeev
0
Sanjeev Bora
Top achievements
Rank 1
answered on 24 May 2011, 04:48 PM
Hi is it possible some thing similar to the image I attached?

Thanks
Sanjeev
0
Jayesh Goyani
Top achievements
Rank 2
answered on 25 May 2011, 06:56 AM
hi Sanjeev Bora,

u can set the columns in timeview for reduced height.


 <telerik:RadTimePicker runat="server" ID="StartTime" CssClass="rsAdvTimePicker" Width="65px">
           <TimeView ID="TimeView1" runat="server" Columns="5" ShowHeader="true" Interval="00:30" />
</telerik:RadTimePicker>

Thanks,
Jayesh Goyani
Tags
Scheduler
Asked by
Sanjeev Bora
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Sanjeev Bora
Top achievements
Rank 1
Jayesh Goyani
Top achievements
Rank 2
Share this question
or