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

Space in the DatePicker

2 Answers 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Janni
Top achievements
Rank 1
Janni asked on 16 Sep 2010, 01:43 PM
Hi Team,
 
I've implemented the Rad Scheduler. WHile i click the calender picker i found a single line space. That looks uneven.
I need to remove the single line space.
I've attached the image of that calender picker and also pasted the scheduler code
Please review it and get me a solution as quick as.
 
<telerik:RadScheduler runat="server" ID="RadScheduler1" Skin="Web20" CustomAttributeNames="StartTime,EndTime"
SelectedDate="2010-08-10" DataStartField="EventStartDate" EnableDatePicker="true"
GroupingDirection="Horizontal" MonthView-GroupingDirection="Horizontal" DataEndField="EventEndDate"
DayStartTime="08:00:00" DayEndTime="23:00:00" ShowFullTime="true" DataKeyField="ID" style="white-space:normal;"
FirstDayOfWeek="Monday" LastDayOfWeek="Friday" DataSubjectField="DisplayPermitName"
EnableEmbeddedSkins="false" AllowDelete="false" AllowEdit="false" TimelineView-NumberOfSlots="4" AllowInsert="false" OnAppointmentDataBound="RadScheduler1_AppointmentDataBound"
OnDataBound="RadScheduler1_OnDataBound" >
 
Thanks,
Daniel.B

2 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 16 Sep 2010, 03:46 PM
Hello Janni,

Unfortunately there is no way to delete this "empty row". RadCalendar has constant number of rows and even if we find the way to remove the empty row for current month - we'll need it for the other, otherwise the first days will be cut for the other month.

Sincerely yours,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Janni
Top achievements
Rank 1
answered on 17 Sep 2010, 06:10 AM
Thanks for your quick reply Veronica.
Tags
Scheduler
Asked by
Janni
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Janni
Top achievements
Rank 1
Share this question
or