Hi,
I am using Radscheduleview control in my application.I wanted to check if “Radscheduleview” telerik control has option to select timeslots and display only the selected timeslots .
Currently I can filter the timeslot by setting start time and end time in Radscheduleview.
Example: If Start time - 8:00 PM and End time - 11:00 PM
Radscheduleview displays the timeslot as below (in week view) :
Monday |
Tuesday |
Wednesday |
Thursday |
Friday |
Saturday |
Sunday |
|
8:00 PM |
|
|
|
|
|
|
|
8:30PM |
|
|
|
|
|
|
|
9:00PM |
|
|
|
|
|
|
|
9:30PM |
|
|
|
|
|
|
|
10:00PM |
|
|
|
|
|
|
|
10:30PM |
|
|
|
|
|
|
|
Please let me know whether the time slot in Radschedview (week view) can be implemented as shown below.
If user wants to see only for 8 , 8:30 ,10,11 then grid has to be displayed as :
Monday |
Tuesday |
Wednesday |
Thursday |
Friday |
Saturday |
Sunday |
|
8:00 PM |
|
|
|
|
|
|
|
8:30PM |
|
|
|
|
|
|
|
10:00PM |
|
|
|
|
|
|
|
11:00PM |
|
|
|
|
|
|
|
Thanks,