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