I'm aware of the editype="select"
option, however, in order to see the Select, the user has to initiate an editing.
Instead, I just want the drop-down list to be displayed in the cell by default without the user having to start Editing.
What I've tried: The html is returned from the the PHP function called by jQGrid AJAX:
<cell><select><option>Test</option></select></cell>
And I set the formatter of the column to "select"
How do I accomplish this?