I think I've worked out the cause of this issue.
Find the following in the code:
$(“.soptclass”).click(function(e){
Replace it with:
$($t.grid.hDiv).find(“.soptclass”).click(function(e){
After a fair bit of investigation it appears that the click function is applied to all grids that currently exist, this results in only the last grid working correctly;