k-radio - How to set focus and make it show that it has focus?

0 Answers 7 Views
RadioGroup
Jonathan
Top achievements
Rank 1
Veteran
Jonathan asked on 12 Apr 2024, 11:48 PM

Hi..

I have Radio button. But I don't see the radio getting focus, or any indication that it has focus. How can set the CSS so it show's that it has focus???

 

<input type="radio' id="radio1" class ="k-radio"

 

I have tried...

 

K-radio:focus{

  border: 10px solid red;

 color : red

}

 

nothing

Any ideas?

thx

 

Jonathan
Top achievements
Rank 1
Veteran
commented on 14 Apr 2024, 02:28 PM

Any ideas? thx
Neli
Telerik team
commented on 17 Apr 2024, 11:54 AM

Hi Jonathan,

I would suggest taking a look at following StackOverflow thread where there is a suggested approach:

- https://stackoverflow.com/a/27787182

Here is a Dojo example where a radio button in the Kendo RadioGroup is focused: - https://dojo.telerik.com/@NeliK/igEpEXIQ

I hope this helps.

Regards,

Neli

No answers yet. Maybe you can help?

Tags
RadioGroup
Asked by
Jonathan
Top achievements
Rank 1
Veteran
Share this question
or