I got a basic jqGrid working in my coldfusion project. One of my fields in jqGrid is a combo box. Currently the editoption values are hard coded just like below.
<
Use dataUrl... (see the wiki here).
dataUrl
Currently dataUrl generates a GET but if one pulls the code from Github the GET can be changes to a POST with no apparent side effects.