I had an issue with the Telerik ASP.NET RadButton yesterday, I have a button on a web form and the process behind the button is several seconds, and users were clicking on it multiple times.
I searched the web for answers and mostly found JavaScript solutions, the best seemed to be putting
OnClientClicked="this.disabled=true;
in the markup. This worked, but for some odd reason it keeps the AJAX Autopost from working.
I submitted a support case, and Telerik reminded me that...