Hi, I have some RadCheckboxes that have no labels. When I tab to them there is no visual indication that these checkboxes have focus. Is there a way to do this?
I do have "AllowShowFocusCues" set to True.
In this case I would suggest that you subscribe to the GotFocus and LostFocus events. In the handlers you can define a proper setting so that it will become obvious if the check box is on focus or not. In my example I am changing the ForeColor property of the CheckMarkPrimitive object. Please refer to the following sample:
I am also attaching a gif file showing the result on my end.
I hope this helps. Should you have further questions, please do not hesitate to write back.
Regards,
Hristo Merdjanov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.