Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.4 KB

overview.md

File metadata and controls

49 lines (30 loc) · 2.4 KB
title page_title description slug tags published position
Overview
Overview - RadSplitButton
Check our Web Forms article about Overview.
splitbutton/overview
overview
true
0

WebForms SplitButton Overview

The SplitButton control is a multi-function menu button that offers a default action as well as the possibility of choosing a different action by selecting from a set of alternatives.

The RadSplitButton is a lightweight version of the already known [RadButton]({%slug button/telerik's-asp.net-button-overview%}) with enabled SplitButton functionality. In addition, the RadSplitButton exposes an embedded [RadContextMenu]({%slug menu/context-menus/radcontextmenu-object%}) holding the set of alternative button options. RadSplitButton is available as of R1 2022.

WebForms SplitButton sample image

{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}

Take the first steps with RadSplitButton by checking out the [Getting Started]({%slug splitbutton/getting-started%}) article.

Key Features

  • [Built-in Accessibility, WAI-ARIA and RTL support]({%slug splitbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance%}).

  • [Customizable embedded ContextMenu holding set of the different Button actions]({%slug splitbutton/functionality/context-menu%}).

  • [Single Click functionality - a mechanism to prevent multiple postbacks]({%slug splitbutton/functionality/single-click%}).

  • [ContentTemplate allows using complex content inside the Button to achieve a custom look and feel of the control]({%slug splitbutton/functionality/contenttemplate%}).

  • [Flexible Client-Side API]({%slug splitbutton/client-side-programming/overview%}).

  • [Visual Appeal - shipped with a rich set of skins for easy and consistent styling]({%slug splitbutton/appearance-and-styling/skins%}).

See Also