Hi,
This issue got resolved, in a rather simple manner.
Namely, I just needed to add onCellSelect listening/declaration (onCellSelect : function(rowid,iCol,cellcontent,e) …..) for the subgrid itself. For me, in earlier version it was enough to declare it once in parent grid and it was listening also for subgrid rows.