On Sunday, June 12, 2011 8:52:42 AM UTC-4, Anthony wrote:
> Actually, now I see that there are two distinct arguments to the jqgrid > widget, '_id' and 'id'. It looks like the '_id' argument is completely > ignored, but if you specify 'id', it will be used as the jqgrid table id > (via the current line 243). Neither the docstring nor the book describe this > correctly. > Note, I have submitted a patch to fix this. Once it is applied, the '_id' argument will work as documented, and the 'id' argument will be gone. I also corrected the book (and the docstring) to indicate that '_id' sets the id of a TABLE that contains the jqgrid, not a DIV, as it incorrectly stated. Anthony