We are using RadScriptManager with the Ajax Proxy. We are experiencing some issues if users are quick to press buttons (I am thinking prior to the page completely loading).
For example,
The below code will do a postback if clicked quickly versus if you wait for the page to fully load. If you wait for the page to fully load it does what it's suppose to do, and just run the local javascript.
<
telerik:RadButton
id
=
"addLocationButton"
runat
=
"server"
text
=
"Add Location"
width
=
"100"
OnClientClicked
=
"UpdateQuickPanel"
AutoPostBack
=
"false"
/>
Do you have any ideas what is causing this behavior and how to prevent it?
Thanks,
Todd.