Hi all,
i have a problem in day veiw ,i.e appoinment columns are shrinked in day veiw ,
but where as other veiws as weekveiw ,mothview display properly.
tag used :
<
telerik:RadScheduler ID="RadScheduler1" runat="server" DataEndField="End" DataKeyField="ID"
DataSourceID="ObjectDataSource1" DataStartField="Start" DataSubjectField="Subject"
HoursPanelTimeFormat="htt" ValidationGroup="RadScheduler1" ColumnWidth="100%"
OverflowBehavior="Expand" StartInFullTime="true" ShowFooter="true" StartInsertingInAdvancedForm="True"
StartEditingInAdvancedForm="false" DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID"
CssClass="ScheduleAviable" Width="100%" DayView-UserSelectable="True">
</telerik:RadScheduler>
can any body tell whats the peoblem.
Thanks and Regards,
Sriharsha
6 Answers, 1 is accepted
We recommend that you use ColumnWidth in pixels as percentage values can behave unpredictably.
I hope this helps.
Kind regards,
Tsvetomir Tsonev
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.
i have given colmn width in pixels , but only month veiw and other veiws get changed hwen column width changes .
but day veiw reamins shrinked.
what may be the reason ?
Thanks
sriharsha
That's strange. Can you send us a live url of the problem or open a support ticket and attach a simple working demo?
Greetings,
Peter
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.
I checkhed the same application in ie7 and firefox . the day columns are perfectly fine there.
only in ie8 the columns in day veiw gets shrinked .
is there any solution as the client uses only ie8.
Thanks and Regards,
sriharsha
Without a live url or a working demo of the issue, we cannot determine what could be causing this.
Peter
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.
I ran into the same issue today, so although this post is more than two years old, here is what helped me solving the problem:
The web page containing the scheduler was hosted within our intranet and in IE 8 there is a default setting to display all intranet sites in Compatibility View (Tools | Compatibility Settings). As soon as I turned off this "feature" the scheduler looked fine again.
Cheers
Ingmar