KoolGrid supports row selecting. Simply set $AllowSelecting property to true, you can enable this feature.
span style="color: #ff0000;">"/KoolAjax/koolajax.php";
$koolajax->scriptFolder = $KoolControlsFolder."/KoolAjax""/KoolGrid/koolgrid.php"//This $db_con link has been created inside KoolPHPSuite/Resources/runexample.php
$ds->SelectCommand = "select customerNumber,customerName,phone,city from customers""grid");
$grid->scriptFolder = $KoolControlsFolder."/KoolGrid";
$grid->styleFolder="default""customerNumber"; // Need to set to get selection.
$grid->Width = "655px"// Allow row selecting
//Get selected keys after grid processing
"form1" method="post""padding-top:10px;">
<input type="submit" value = "Submit" />
</div>
<div style="padding-top:10px;""You select row with <b>customerNumber = ""customerNumber"]."</b>"