I have a form with a rad button, with single click enabled.
On that form I have a RadProgressArea with the cancel button.
When the cancel button is pressed on the RadProgressArea - The RadButton doesn't re-enable.
How do I get it to re-enable, I tried the code below, but the button remains in it's disabled state.
If Not Response.IsClientConnected Then
'Cancel button was clicked or the browser was closed, so stop processing
radbutton.enabled = true
exit sub
end if