I want to create a grid, whose cells show a pop-up window when clicked. I'm using jqGrid, and using jQuery to attach an onClick object to each cell (all the windows are different) after the grid has loaded.
My question(s): 1: Is there an event or other way to tell when the grid has loaded? 2: Is there a better way to do this?