Hi,
I installed RadControls for ASP.NET AJAX Q2 2008. When I use the formdecorator, it makes the radiobuttons on the html table disappear, although the radiobuttons are out of the decoration zone.
My code is as follows:
I installed RadControls for ASP.NET AJAX Q2 2008. When I use the formdecorator, it makes the radiobuttons on the html table disappear, although the radiobuttons are out of the decoration zone.
My code is as follows:
<
tr>
<td colspan="2">
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="Buttons" DecorationZoneID="buttonZone"
Skin="WebBlue" />
<div id="buttonZone">
<asp:Button ID="btnSave" runat="server" OnClick="btnSave_Click"
Text="Save" />
</div>
</td>
</tr>
<tr>
<td colspan="2">
<asp:RadioButton ID="RadioButton1" runat="server" Text="Test Test" /></td>
</tr>