Hello,
First I must ask for forgiveness about the vagueness of specific details, code and the obscuring of certain parts in the attached screenshot. I'm under a CDA for this project as well as under restrictions from HIPAA.. so in the interest of privacy for patients and medical entities, I must be vague. Also, due to the fact this is in development, to avoid competition issues, I must also obscure branding and product names.
Now the problem I'm having:
I have a jqGrid that lists all sites attached to a particular drug study. When you click on a row it brings up a jQueryUI modal .dialog() with tabs. On of the tabs is a second jqGrid instance that lists all subjects under that site. (Relationship Hierarchy is Study->Site->Subject). The grids both come from an object that is iterated and added with .jqGrid('addRowData',….);
The problem I just discovered is that when I enable the search button for the second jqGrid's pager, the input field where you input the search criteria does not accept any text or even allow me to place a cursor in the field. It allows me to select a field to search against, and it does properly list all the fields for the second jqGrid.
The search feature works perfectly on the first instance, which makes me think there is some sort of collision between the two instances. Please note that I am not using any custom search function for either instance.
Here is the instantiation call for the site list, called within a $(document).ready() function
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top