Posted 20 Jul 2010 Link to this post
Posted 21 Jul 2010 Link to this post
I would suggest you to use the Focus() method of the RadAjax controls. Please review the following help topic for more information on this method. I hope this helps.
Dim
ajaxMgr
As
RadAjaxManager
ajaxMgr = TryCast(Parent.FindControl(
"RadAjaxManager1"
), RadAjaxManager)
If
ajaxMgr IsNot
Nothing
Then
ajaxMgr.FocusControl(cboMailer)
End
Posted 23 Jul 2010 Link to this post
Will it be convenient for you to open a regular support ticket and send us runnable application so we could further research on your concrete application? All the best, Maria Ilieva the Telerik team