Hello,
Thank you for clarifying your scenario.
You can easily avoid the default behavior of RadCommandBar through overriding the
ProcessFocusRequested method. Create a class that derives from RadCommandBar and set its
ThemeClassName property, so that the theming mechanism can theme it as a RadCommandBar. Further, override the
ProcessFocusRequested method and make it always return
false:
The attached sample project demonstrates the above approach.
I hope this helps. Let me know if you have further questions.
Regards,
Boryana
the Telerik team