Posted 15 Dec 2011 Link to this post
Posted 19 Dec 2011 Link to this post
Thank you for writing. I suppose that your question is related to the RadDateTimePicker control. You should use IsKeyBoard property, for example:
void
radDateTimePicker1_ValueChanged(
object
sender, EventArgs e)
{
if
(radDateTimePicker1.DateTimePickerElement.TextBoxElement.IsKeyBoard)
//user input
}
Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.