Hi guys,
I need your help.I have in my aspx the following code:
It is very big popup screen considering to show time every minute up unitl 21:00.Is there any other way to display popup screen?
Maybe vertically instead of horizontally because it is looks not so good.
Thanks so much.
I need your help.I have in my aspx the following code:
<
telerik:RadTimePicker ID="RadTimePicker" runat="server" Skin="WebBlue" PopupDirection="TopRight" >
<TimeView runat="server" ID="TimeView1" StartTime="8:0:0" EndTime="21:0:0" Interval="0:1:0" ></TimeView>
</telerik:RadTimePicker>
It is very big popup screen considering to show time every minute up unitl 21:00.Is there any other way to display popup screen?
Maybe vertically instead of horizontally because it is looks not so good.
Thanks so much.