jqGrid tableToGrid "options" parameter
Posted
by Jimbo
on Stack Overflow
See other posts from Stack Overflow
or by Jimbo
Published on 2010-04-28T09:33:22Z
Indexed on
2010/04/28
12:23 UTC
Read the original article
Hit count: 1318
Basics
Hi all, I have see the tableToGrid method (by Peter Romianowski) defined as tableToGrid(selector, options) on the jqGrid wiki, but cannot find anywhere that has documentation of the options
Does anyone know about these or where to find them?
More
What Im actually trying to do is encase the resulting jqGrid in a form, which will submit the checkbox values that are in a column of the table. My problem is that the tableToGrid method appears to be removing the name property from the checkbox elements and hence they are not being submitted with the form post.
© Stack Overflow or respective owner