This is a migrated thread and some comments may be shown as answers.

telerik:RadDatePicker , clear restrict

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 10 Oct 2011, 02:36 PM


telerik:RadDatePicker . should clear the that text box value ,
how i restrict that


Thanks,
Mohamed.

1 Answer, 1 is accepted

Sort by
0
mohamed
Top achievements
Rank 1
answered on 10 Oct 2011, 02:56 PM
problem resolved,


<telerik:RadDatePicker ID="DateofCommencement" AutoCompleteType="Disabled" runat="server"
onkeydown = "return (event.keyCode!=13);">
<DateInput ID="DateInput1" DateFormat="dd/MM/yyyy" runat="server" ReadOnly="true">
</DateInput>                                                           
</telerik:RadDatePicker>

Thanks,
Mohamed.

Tags
Grid
Asked by
mohamed
Top achievements
Rank 1
Answers by
mohamed
Top achievements
Rank 1
Share this question
or