Hello Koren,
You can use the PreviewKeyDown event of the MaskedInputControls like so:
previewKeyDown(...)
{
if(e.Key == Keys.Enter)
{
// your custom logic
e.handled = true;
}
}
Please let us know if this is suitable for you.
All the best,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>