To help user focus on editing/inserting, KoolGrid allows itself to hide/blur and only show the editing/inserting form.
$grid->MasterTable->EditSettings->InputFocus = "HideGrid"; Hide grid and show only input form
$grid->MasterTable->EditSettings->InputFocus = "BlurGrid"; Blur the grid and show input form
span style="color: #ff0000;">"/KoolAjax/koolajax.php";
$koolajax->scriptFolder = $KoolControlsFolder."/KoolAjax""/KoolGrid/koolgrid.php""/KoolGrid/ext/datasources/MySQLiDataSource.php""/KoolCalendar/koolcalendar.php"//This $db_con link has been created inside KoolPHPSuite/Resources/runexample.php
$ds->SelectCommand = "select orderNumber,orderDate,status,comments from orders""update orders set orderDate='@orderDate', status='@status', comments='@comments' where orderNumber=@orderNumber""grid");
$grid->scriptFolder = $KoolControlsFolder."/KoolGrid";
$grid->styleFolder="sunset""655px""orderNumber""orderDate""Date""M d, Y";
//Assign datepicker for GridDateTimeColumn, this is optional.
"/KoolCalendar""sunset""M d, Y""status""Status";
$column->AddItem("In Process");
$column->AddItem("On Hold");
$column->AddItem("Disputed");
$column->AddItem("Cancelled");
$column->AddItem("Resolved");
$column->AddItem("Shipped""comments""Comments";
$column->Width = "200px""center"//Set edit mode to "form"
"form""HideGrid";//You can test the "BlurGrid"
"form1" method="post"