How can I retrive just a column ID from column A when inside event of column B. Type of column A is select and editing is inline. I know that similar question was asked a couple of times but I can't find a solution nomather what I try I always get html construct.
This returns html construct: var rowid = $(“#link_categories”).jqGrid('getGridParam','selrow');
var row_values = jQuery(“#link_categories”).jqGrid('getRowData',rowid);
This returns undefined error
jQuery(“#” + (rowId-1) + “_supplier_short_name”)[0].value
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top