Hi Kirk Couser,
Thank you for contacting us.
Instead of using RadButtonElements it might be more convenient to use RadToggleButtonElements. At the same time you can subscribe to their
MouseDown() event and set the ToggleState of all the buttons to
Off. Thus, every time you click on a button it will change its toggle state to
On. If you further click another button, the ToggleState of the first button will be set to
Off and the one of the second will be set to
On. I have prepared for you a sample project that demonstrates this workaround. Please, find the attached project and let me know if it matches your requirements.
I hope it is helpful. If you have further questions, do not hesitate to contact me back.
Regards,
Boryana
the Telerik team