Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rad カレンダーの月ビューを水平に表示する方法。ここに私のコードがあります:
<telerik:RadCalendar ID="rcJan" runat="server" SingleViewColumns="31" SingleViewRows="1" FocusedDate="2012-01-01" ShowOtherMonthsDays="false"> </telerik:RadCalendar>
しかし、1月から24日しか表示されていません。ありがとう
以下のようにいくつかの設定でのみこれを行うことができます
OrientationプロパティをRenderInColumnsまたはRenderInRowsのいずれかに設定して、カレンダーの方向を指定するだけです。
編集::
get_orientation ===方向が「RenderInRows」の場合は1を返し、「RenderInColumns」の場合は2を返します。
また
radCalendar.Orientation = Orientation.Horizontal;