In Development
Last Updated: 19 Mar 2026 12:02 by ADMIN
ADMIN
Nikolay
Created on: 15 Apr 2010 10:40
Category: Buttons
Type: Bug Report
2
FIX. RadSplitButton - does not get a focus rectangle when it is focused with the Tab key
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(); 
    } 
}
1 comment
ADMIN
Dinko | Tech Support Engineer
Posted on: 16 Mar 2026 11:07

Hi,

This reported behavior is not reproduced with the latest Q1 2026 (2026.1.210) version of the Telerik UI for WinForms.

This is why I will close this item and set its status to "Declined" on our feedback portal. Please upgrade to the latest version to take advantage of the improvements in the RadSplitButton component.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.