Completed
Last Updated: 28 Apr 2016 07:49 by ADMIN
ADMIN
Ianko
Created on: 07 Mar 2016 14:42
Category: UI for ASP.NET AJAX
Type: Bug Report
0
RadCheckBox is checked/unchecked when pressing enter in another input form element
This causes also to cancel submit and produce an incorrect behavior.

You can use RadButton as a toggle button with type Checkbox as alternative solution:

<telerik:RadButton runat="server" ButtonType="ToggleButton" ToggleType="CheckBox" RenderMode="Lightweight" AutoPostBack="false"></telerik:RadButton>
0 comments