Hi all,
I use two grids at one page – #owners and #dogs.
Is it possible to set the value to the add new row edit form – if I select the row from #owners, the add new row edit form of #dogs is opened. I need set the value of owner id (= id of selected row from #owners) to the cell in edit form?
There is part of my code from #owners grid …
ondblClickRow: function (id){
var sas = id;
alert(“You double click row with id: “+sas);
jQuery(“#dogs”).jqGrid('editGridRow',”new”,{height:280,reloadAfterSubmit:false, }
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top