Completed
Last Updated: 13 Aug 2021 12:12 by ADMIN
Release Q3 2014
ADMIN
Danail Vasilev
Created on: 01 Jul 2014 11:37
Category: Button
Type: Bug Report
1
FIX RadButton's repaint method applies wrong settings to the control
For the time being you can use the following workaround:
JavaScript:
		<script>
			function fixBtnRepaint(sender, args) {
				sender._useModules = false;
			}
		</script>
ASPX:
				<telerik:RadButton ID="RadButton1" runat="server" Text="Click" OnClientLoad="fixBtnRepaint">
				</telerik:RadButton>
0 comments