| javascript Programming Glossary: edittypeHighlight row when the checkbox is true http://stackoverflow.com/questions/10529955/highlight-row-when-the-checkbox-is-true  hidden true align 'center' sortable false editable true edittype select editoptions value getTypeID editrules edithidden true.. width 80 align 'center' sortable false editable true edittype textarea editoptions size 30 maxlength 30   name 'Order2' index.. width 80 align 'center' sortable false editable true edittype textarea editoptions size 30 maxlength 30  name 'Order3' index.. 
 jqgrid incorrect select drop down option values in edit box http://stackoverflow.com/questions/4469650/jqgrid-incorrect-select-drop-down-option-values-in-edit-box  name 'Country' width 100 editable true formatter 'select' edittype 'select' editoptions  value countries  dataInit function elem..    name 'State' width 100 editable true formatter 'select' edittype 'select' editoptions value states  onSelectRow function id if.. width 100 editable true formatter 'select' stype 'select' edittype 'select' searchoptions  value allCountries  dataInit function.. 
 |