Hi Daniele,
Thanks for the test sample. You could achieve this by handling the main form''s Loadevent as shown below :
private void Form1_Load(object sender, System.EventArgs e)
{
//_txtToBeFocused.Focus();
this.ActiveControl = this._txtToBeFocused;
}
Please refer to the
modified sample attached here that illustrates the same, and let me know if you need further assistance. We appreciate your continued interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.