You cannot do this using the jqGrid API. Instead, you will have to use the afterShowSearch event to call a function after the search dialog is displayed. In that function you could programmatically add new rows, setting each one to the desired values.