Hello sparton,
The OnClientLoad event should be fired on page load provided you are using the latest official release. You can check
our online demo.
The other option is to use the pageLoad javascript function which is part of the ASP.NET Ajax client-side lifecycle:
<script type="text/javascript">
function pageLoad()
{
//Your code here.
}
</script>
Regards,
Albert
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.