Hi everybody,
I have a little problem that i getting me crazy.
I have a ajax page with different comboboxes, after the a selection I have to change some data on different controls, so I have to postback my page. When the page reload I lose the focus on my dropdown list.
I've tried to set the focus, via code with the code
I have a little problem that i getting me crazy.
I have a ajax page with different comboboxes, after the a selection I have to change some data on different controls, so I have to postback my page. When the page reload I lose the focus on my dropdown list.
I've tried to set the focus, via code with the code
RadAjaxManager.FocusControl(myControl);, via javascript and using the radAjaxPanel.
But none of this solutions worked for me.
I just wanted to ask if somebody of you has some advice for me to resolve my problem?!
Thank you very much
Raphael