Completed
Last Updated: 13 Oct 2016 08:36 by Jeremy
ADMIN
Marin Bratanov
Created on: 30 Sep 2016 09:41
Category: FormDecorator
Type: Bug Report
2
Double checkboxes and radio buttons under Chrome, Safari and Edge with certain DecoratedControls combinations when RenderMode=Classic
Workarounds:
- use RenderMode="Lightweight"
- OR, set DecoratedControls="All"

Repro:

			<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="Textbox,Textarea,Buttons,Scrollbars,Select,CheckBoxes,RadioButtons"
				 Skin="Default" RenderMode="Classic" />
			<div class="container body-content">
				<h2>First Application </h2>
				<p>SFSFSDF</p>

				<br />
				<asp:RadioButtonList runat="server" ID="dlSchdId" RepeatColumns="6" RepeatDirection="Horizontal"
					Width="100%">
					<asp:ListItem Text="test 1"></asp:ListItem>
					<asp:ListItem Text="test 2"></asp:ListItem>
				</asp:RadioButtonList>

				<asp:CheckBox runat="server" ID="chk1" Text="Check Box 1" />
			</div>
1 comment
Jeremy
Posted on: 10 Oct 2016 14:10
I'm having this same issue.