Let me explain a scenario:
I have 6 columns of data. (A, B, C, D, E, F)
Each of the columns perform a dataUrl in the searchoptions and return the select options.
The select:value is a unique ID and the select:text is simply a display string.
Column A is a standard lookup, however the remaining columns depend on what select:value has been chosen for column A.
So, to populate B, C, D, E, and F I need to know what the user has chosen for A. (It would be nice to also prevent the user from searching for B, C, D, E, and F if they have not already added A as a filter criteria in the modal window.)
One thing I have tried to stay away from is using jQuery to parse the DOM and manipulate this search module as I would much rather use built-in jqGrid functionality.
Any thoughts?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top