I am using jqgrid to display data, and am having an issue which is making me think there is a limit to what jqgrid can do. I am hoping someone has an answer that allows me to keep using jqgrid which works fine and is in use throughout the site.
I would like the ability to allow a dropdown to appear and allow editing of a cell if a user clicks on it, but also invoke a js popup if the user clicks in the same row on another column. Currently we have it set up so that when a user clicks anywhere in the row they get the js popup, but there is one field the client wants to be able to edit with a simple dropdown, while keeping the js popup invoked when the user clicks on other cells in that row
Thank you.