KoolGrid support form to insert new data record.
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";
$ds->InsertCommand = "insert into customers (customerNumber,customerName,contactLastName,contactFirstName,phone,addressLine1,city,country) values (@customerNumber,'@customerName','','','@phone','','@city','');""grid");
$grid->scriptFolder = $KoolControlsFolder."/KoolGrid";
$grid->styleFolder="default""655px"//Show Function Panel
//Insert Settings
"Form""form1" method="post"