Hi Oleg,
I'm kinda confused on what to do based on your comment where $(ts.rows.cells[pos]).bind('click', function(e) { /* SOME CODE HERE */ }); is written on the jquery source file while onCellSelect: function (rowid, iCol, cellcontent, e) { will be written on the client code. Can you englighten me?
I'm creating another grid as subgrid and users experience memory error after a number of continuous expanding. Below is my sample code if needed.
subGrid: true,
subGridRowExpanded: function(subgrid_id, row_id) {