¡@

Home 

javascript Programming Glossary: resetstatesvalues

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 Oscar Wilde var lastSel 1 var grid jQuery #list var resetStatesValues function grid.setColProp 'State' editoptions value states grid.jqGrid.. v grid.setColProp 'State' editoptions value states resetStatesValues build 'State' options based on the selected 'Country' value.. onSelectRow function id if id id lastSel if lastSel 1 resetStatesValues grid.restoreRow lastSel lastSel id ondblClickRow function..

Customizing the Add/Edit Dialog in jqGrid

http://stackoverflow.com/questions/6495172/customizing-the-add-edit-dialog-in-jqgrid

'2' State '6' Name Oscar Wilde lastSel 1 grid #list resetStatesValues function set 'value' property of the editoptions to initial.. value ' stateId ' ' states stateId ' option ' resetStatesValues populate the subset of contries if e.target .is '.FormElement'.. onSelectRow function id if id id lastSel if lastSel 1 resetStatesValues grid.jqGrid 'restoreRow' lastSel lastSel id ondblClickRow..