I have a RadTimePicker and I'm trying to get the SelectedDate to ScorllIntoView when the TimeView Popup is displayed.
Is this possible?
Here is a code snippet of what I'm working with:
Is this possible?
Here is a code snippet of what I'm working with:
<style type="text/css">#<%= StartTime.ClientID %>_timeView_wrapper { overflow:auto; width:83px; height:200px; }</style><telerik:RadTimePicker runat="server" ID="StartTime" CssClass="rsAdvTimePicker" Width="78px"> <dateinput id="DateInput3" runat="server" emptymessagestyle-cssclass="riError" emptymessage=" " /> <timepopupbutton visible="false" /> <timeview id="TimeView1" runat="server" columns="1" showheader="false" starttime="00:00" endtime="23:59" interval="00:30" /> </telerik:RadTimePicker>