This event occurs immediately after a row in the grid was clicked. onRowSelect event passes the following parameters:
<script> grid.attachEvent("onRowSelect", function(id,ind){}); </script>