Hi Matjaz,
Thank you for writing. Please excuse me for the delay in the response.
The
CanFocus property is
readonly, you can not assign a value to it. There is no way to make the
RadButton or even the standard WinForms Button un-focusable. You can set their TabStop properties to false and that is pretty much all you can do. As I wrote previously you can just set the focus to the text box manually.
Actually there is a way but it is not worth the effort for something as simple as this. You can inherit RadButton and override the WndProc method. In it you can ignore all messages that deal with the button focus. Please search the MSDN for articles or threads on how to do that.
Please write again if you have other questions. There is a 72 hour response time for forum posts although we may respond faster.
Regards,
Victor
the Telerik team