I've got a RadSplitButton setup on a ribbon. Initially when clicking I'd always get the dropdown menu regardless of where I was clicking. Then I read you have to set the DefaultItem property which I did like this:
btnTest.DefaultItem = btnTest.ActionButton
This works great...except now the UI stops updating the button when the mouse is clicked. The entire button turns white when you mouse over and remains white as you click (on either the Action Button or the Arrow Button)
BTW I'm using VisualStudio2012LightTheme.
Can you explain how to correct this?
Thank you!