$("#getsrows").click(function(){
alert("select " + $(".gridContainer").getSelectRow().length + " rows");
})
$("#selectrows").click(function(){
$(".gridContainer").selectRows([{name:'col1', value: '1'}]);
})