Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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
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
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