Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

Calendar as customized Datapicker

$
0
0

Hi, I got somemore help from this forum. By hidding the textbox in the datepicker control I could only display the calendar to picke the date. That issue is resolved, now the problem is the calendar control is either displaying far from my textbox control or in the next line. My code snippet is as below, could you please suggest some help on how to reduce the space between my textbox control and the radcalendar control.

<style type="text/css">
.HiddenTextBox{
width:1px !important;
border:0 !important;
margin:0 !important;
background:none transparent !important;
visibility:hidden !important;
}
.HiddenPicker td
{
padding:0 !important;
}
</style>  

<body> 

<tr>
<td><cms:TextBox ID="testTextBox1" CssClass="inputTextMedium form_margin" runat="Server"
Display="editable"></cms:TextBox>
<telerik:RadDateTimePicker ID="RadDatePicker1" runat="server" CssClass="HiddenPicker" Skin="Default" Width="1px" >
<DateInput runat="server" CssClass="HiddenTextBox" />
</telerik:RadDateTimePicker> </td>
</tr>

</body>


Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>