title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Overview |
Overview - RadSwitch |
Check our Web Forms article about Overview. |
switch/overview |
overview |
true |
0 |
The RadSwitch control (Figure 1) enriches the features, that ASP.NET Switch control has. Additionally, it provides events, supports Commands and numerous [themes]({%slug switch/appearance-and-styling/skins%}). RadSwitch is available as of R2 2021.
caption Figure 1: RadSwitch configuration.
caption Example 1: A basic example of a RadSwitch setup.
<telerik:RadLabel runat="server" ID="RadLabel1" AssociatedControlID="RadSwitch1" Text="I agree to the Terms & Conditions.">
</telerik:RadLabel>
<telerik:RadSwitch ID="RadSwitch1" runat="server" Width="65px">
<ToggleStates>
<ToggleStateOn Text="Yes" />
<ToggleStateOff Text="No" />
</ToggleStates>
</telerik:RadSwitch>
note The default value of the
AutoPostBack
property istrue
, which means RadSwitch will POST the page to the server when checked/unchecked.
note RadSwitch does not support a Classic [render mode]({%slug switch/mobile-support/render-modes%}). Setting its RenderMode to Classic will default to the Lightweight render mode.
-
[RadSwitch Getting Started]({%slug switch/getting-started%})
-
[RadSwitch Checked State]({%slug switch/functionality/checked-state%})
-
[RadSwitch Properties and Events]({%slug switch/server-side-programming/properties-and-events%})