Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
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