I have placed multiple JqxDropDownList widgets within a JqxWindow that has its modal property set to ‘true’.
This JqxWindow happens to be the “Edit” window of a JqxGrid in ‘popup Editing mode’.
When the JqxWindow is opened while trying to edit a JqxGrid row, the DropDownLists all display fine.
However, on certain computers throughout my institution, when the DropDownList is clicked to open, the list actually opens “behind” the pop-up window — I can see the list of items, but cannot click them. Its as if the list opened up behind my JqxWindow, but in front of the background JqxGrid page. I thought maybe this was browser compatibility issue, but all other jquery elements seem to work, and the browser I was using was internet explorer 9.
Any thoughts as to why the dropDownList might be opening up behind the modal JqxWindow?
thanks,
–Jason