Aha here is the problem. You open jqGrid in modal window. You use the navigator. The navigator create another modal window for the search form. Thus there is a problem with a z-index. To solve the problem set the div where the jqGrid is created and set a z-index for this div something like to 1000. By default jqModal uses z-ndex to 3000
Regards Tony On 24 Юни, 10:18, oscarml <[EMAIL PROTECTED]> wrote: > Hi, thanks for answering. It happens in IE6/7 and FF, and I don´t use > autocomplete (at moment). I'm using jqModal to open the grid in a > modal window. > > I have half-fixed it putting some top and left to the searchbox, but > it's not very smart.Any idea? > > On 23 jun, 18:53, Tony <[EMAIL PROTECTED]> wrote: > > > Could you please give me a more information? > > Is this only in IE6/7 - Do you use other plugins - something like > > autocomplete? > > Regards > > Tony > > > On 23 Юни, 19:30,oscarml<[EMAIL PROTECTED]> wrote: > > > > Hi to everybody, > > > > When I open a jqgrid inside a modal window and I use "search button", > > > the "searching form" appears behind the modal windows where the jqgrid > > > is placed. Is this possible to put in over it?