Hi,
We are using a RadDatePicker in our application, we just want to handle the RadDatePicker enter key press event . We have used DateInput-ClientEvents-OnKeyPress but this method does not fire on enter key press , so we tried with
Thanks,
We are using a RadDatePicker in our application, we just want to handle the RadDatePicker enter key press event . We have used DateInput-ClientEvents-OnKeyPress but this method does not fire on enter key press , so we tried with
onkeydown
event but this event does not return the values entered in the raddatepicker textbox (if date is manually entered ) also the Telerik in built Date validations are also not working when
onkeydown
method is used. We just want to bind a grid on Datedatepicked textbox enter key press event. Please help us in this.Thanks,