Hello Telerik support,
I realize this was discussed on this forum back in June '07, but didn't reach a conclusion. I'm trying to simply set input focus to a radTextBox like so:
I realize this was discussed on this forum back in June '07, but didn't reach a conclusion. I'm trying to simply set input focus to a radTextBox like so:
private
void Form_Load(object sender, EventArgs e)
{
this.radTextBox.Focus();
}
The cursor does not get set onto the radTextBox. What needs to be done here?
Thanks!
Jeremy