I am using ajaxForm (a jQuery plugin) to manage form submission. When a form includes a jqGrid used to select options (not for data entry) ajaxForm serializes the checked values (row ids) as jqg_1=on, jqg_5=on etc., which is handy so long as there is only one jqGrid on the form.
When there are multiple jqGrids on the form, ajaxForm returns all of the checked values prefaced with jqg_ and there is no way to tell which grid the checked values come from.
I am hoping that it is jqGrid that specifies the jqg_ as the form element, and that there is an easy way to specify
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top