This is a migrated thread and some comments may be shown as answers.

RadComboBox Server Focus Style

1 Answer 77 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 2
Aaron asked on 21 Feb 2012, 04:43 AM
Hi,

When I use Javascript to focus on a RadComboBox as in the following:
var telerikObj = $find("MyRadComboBox");
var ddl = telerikObj.get_inputDomElement();
ddl.focus();

It looks really cool. The ComboBox has focus and has a nice shading effect.

If, however, I set focus on the control using server-side code, as in:
MyRadComboBox.Focus();

It doesn't look the same.  The ComboBox gets the blinking cursor, but no shading is applied.

Is it possible to get it to look the same in server-side code as it does in client-side?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Abhishek
Top achievements
Rank 2
answered on 21 Feb 2012, 12:49 PM
Hello Aaron,

Please go through this Article : http://www.telerik.com/help/aspnet-ajax/combobox-focus-client-side.html
It may help you.

Thanks,
Abhishek K
Tags
ComboBox
Asked by
Aaron
Top achievements
Rank 2
Answers by
Abhishek
Top achievements
Rank 2
Share this question
or