Hello,
I'm using formedit together with the multiselect option.
My problem is that when the navkeys are clicked in the form popup, it triggers the selection of rows on the grid.
Is there a way to prevent that?
I already prevented rows being selected by clicking directly on them with this piece of code :
“”: function (rowid, iCol, cellcontent, e) { if (iCol > 1) { myGrid.jqGrid('setSelection', rowid, false); } }
Thanks for your help.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top