(This is probably silly.)
I was looking at refreshing the screen in Javascript. I've not used that reload command before. I put the following button on my screen.
<telerik:RadButton ID="RadButton1" runat="server" AutoPostBack="False" Text="test" OnClientClicked="window.location.reload(true)">
</telerik:RadButton>
Now it looks like that OnClientClicked is continuously firing.
I was looking at refreshing the screen in Javascript. I've not used that reload command before. I put the following button on my screen.
<telerik:RadButton ID="RadButton1" runat="server" AutoPostBack="False" Text="test" OnClientClicked="window.location.reload(true)">
</telerik:RadButton>
Now it looks like that OnClientClicked is continuously firing.