Declined
Last Updated: 02 Jul 2026 08:29 by ADMIN
Declined
Last Updated: 02 Jul 2026 08:26 by ADMIN
Workaround:
            
            this.radDropDownButton1.DropDownButtonElement.DropDownMenu.PopupElement.AutoSize = false;   
            this.radDropDownButton1.DropDownButtonElement.DropDownMenu.PopupElement.Size = new Size(300, 300);
Declined
Last Updated: 29 Jun 2026 15:41 by ADMIN
RadSplitButton does not get a focus rectangle when focus by the Tab key. One should first click the action part and then the focus rectangle will appear..

The current workaround is:
public class MyRadSplitButton : RadSplitButton 
{ 
    protected override void OnEnter(EventArgs e) 
    { 
        base.OnEnter(e); 
  
        this.DropDownButtonElement.ActionButton.Focus(); 
    } 
}
Declined
Last Updated: 29 Nov 2018 08:57 by TestTeam
Use the attached project to reproduce. 
- The first click should be disabled and the event should fire after the interval in the delay property. 

Workaround:
Me.RadRepeatButton1.Delay = 7000
Declined
Last Updated: 12 Jan 2016 12:27 by ADMIN
Created by: Xie
Comments: 1
Category: Buttons
Type: Bug Report
0
when I use office2007blacktheme, the font of radbutton doesn't work.