[jQuery] jQGrid Ajax search parameters- Top toolbar method

[jQuery] jQGrid Ajax search parameters- Top toolbar method


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000066">
using jQGRid version 3.4.4
I have jQGrid working great with several thousand records, bottom
toolbar search, add , delete etc are working fine in all columns. I
installed the  top toolbar search bar using .filtergrid and it is
sending  ajax only when I hit enter key, not autocomplete  style as in 
examples.  The post isn't sending   "searchField", "searchOper" or 
"searchString" the way it does with navgrid search method<font
face="Trebuchet MS">
</font>filtergrid is using the default options set in grid.custom.js as
well as {gridModel:true,gridToolbar:true} exactly the same as demo.
Anyone have any experience with this method?
<font face="Trebuchet MS">
</font>
</body>
</html>