Ok, I'll try it. Thank you for your very quick answer!
On 24 jun, 15:43, Tony <[EMAIL PROTECTED]> wrote: > Aha here is the problem. > You openjqGridinmodalwindow. You use the navigator. > The navigator create anothermodalwindow for the search form. > Thus there is a problem with a z-index. > To solve the problem set the div where thejqGridis 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 > >modalwindow. > > > 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 ajqgridinside amodalwindow and I use "search button", > > > > the "searching form" appears behind themodalwindows where thejqgrid > > > > is placed. Is this possible to put in over it?