Have Radbutton on page displayed in Radwindow with OnClientClicking function:
function
OnClientClicking(sender, args) {
document.getElementById(
'<%=form1.ClientID%>'
).style.cursor =
'wait'
;
}
The RadButton submits postback, but their is sometimes a delay.
The wait cursor displays when hovering on parts of the form that don't include controls (buttons, input controls)
Is there anyway to have the wait cursor show over the Radbutton as well, or all the controls would be better.
Thanks