Hi,
Sorry if this issue has been posted and resolved before but I was unable to find it in the forum.
My issue is that when I search for the active control and it currently is a RadTextbox, the name comes up blank. Example below
private void radTextBox1_Enter(object sender, EventArgs e){ MessageBox.Show(this.ActiveControl.Name);}I have tried this on Telerik Q3 2011 and Q1 2012 using different machines. Both test have been done on VS2010.
Thanks