Hi All,
I love this Grid, but I’d like to report bugs (improvement) when jqsuite on edit / add form :
I’m using gurrido suite 5.1.1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
......... $grid->setColProperty("ASURANSIID", array("label"=>"ID", "hidden"=>true,"frozen"=>true)); $grid->setColProperty("KARYAWANID", array("label"=>"KaryawanId","editable"=>false, "hidden"=>true, "frozen"=>true, "searchoptions"=>array("sopt"=>array('cn')))); $grid->setColProperty("NAMA", array("label"=>"Nama","frozen"=>true, "editoptions"=>array("readonly"=>true), "searchoptions"=>array("sopt"=>array('cn')))); $grid->setColProperty('TGL', array("formatter" => "date", "formatoptions" => array("srcformat" => "Y-m-d H:i:s", "newformat" => "Y-m-d"), "editoptions" => array("dataInit" => "js:function(elm){setTimeout(function(){ jQuery(elm).datepicker({dateFormat:'yy-m-d'}); jQuery('.ui-datepicker').css({'zIndex':'1200','font-size':'75%'});},100);}") )); /* this column should be hidden, but I need to show you $grid->setColProperty("IDASURANSI", array("label"=>"IdAsuransi", "hidden"=>false)); $grid->setAutocomplete("ASURANSI_","#IDASURANSI","SELECT ss.ASURANSI , ss.ASURANSI, ss.asuransiid FROM vwASURANSI ss WHERE upper(ss.ASURANSI) LIKE upper( ? ) ORDER BY ss.ASURANSI ",null, true, true); ........ |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top