I've set the singleclick property of a RadButton as follows:
However, the button isn't getting disabled, and, upon viewing the page source, I noticed that the "onclick=disableButton" function isn't there at all. I've used SingleClick buttons in my code before in this exact same manner, and never had a problem before.
<
telerik:RadButton
runat
=
"server"
ID
=
"btnSubmitRequest"
Text
=
"Submit"
SingleClick
=
"true"
SingleClickText
=
"Submitting..."
OnClick
=
"btnSubmitRequest_Click"
ValidationGroup
=
"required"
/>
However, the button isn't getting disabled, and, upon viewing the page source, I noticed that the "onclick=disableButton" function isn't there at all. I've used SingleClick buttons in my code before in this exact same manner, and never had a problem before.