We want to use jquery action at "onRowSelect", function(id,

We want to use jquery action at “onRowSelect”, function(id,ind) at DHTMLX grid.
At below action is not executing. Is there any way to make the script listener effect?

$("#gridbox .objbox table ").bind("click", function(){
	alert($(this).find("tr").length);

});

I found objbox class is in the grid. I made gridbox as div id for dhtmlx grid.

You may try to use the onRowSelect event itself. It works well.