Hi,
I have an texbox inside radwindow , I am not able to focus the textbox using code inside radwindow, however i am able to do the same in silverlight usercontrol. Below is the code used.Please do the needful.
HtmlPage.Plugin.Focus();
theTextBox.Focus();