Hello developers,
.aspx
I am using the above code to find RadDatePicker using JavaScript, but not able to find the control, date is giving null value. i search a lot but didn't get. please help me out what i have to change in my application.
function getDate() { var date = $find("<%= RadDatePicker1.ClientID %>"); }<telerik:RadDatePicker ID="RadDatePicker1" runat="server"></telerik:RadDatePicker>I am using the above code to find RadDatePicker using JavaScript, but not able to find the control, date is giving null value. i search a lot but didn't get. please help me out what i have to change in my application.