I'm facing this really wierd problem with suggest box using extjs library.
What I'm trying to do is add a suggest box which have callback to search the database and return possible matches. Now when I add this suggest box on a window with mask tp the background the suggestions to the suggestbox goes behind the window and can not be seen below the suggestbox.
I can not use combobox because the call to the server needs to go only when user enters string in the box and the complete list it too big to be loaded in the combo box at the start.
Can someone please suggest me how this can be resolved?
Thanks in advance.
Vish.