There is no OnRender client event.
There is though OnLoad client event. It will fire after creating the grid element (so after rendering it).
You should take into account that this OnLoad event does not mean it will fire after the data binding is done if you use Ajax or Web-Service binding. For that case where you want to be sure there is already data being rendered you should use the OnDataBound client event.