1
Help for ParamQuery Grid (free version) / Re: On click of row edit button multiple columns should come up with input box
« on: July 27, 2018, 01:29:05 pm »Hi Administrator,
I am new to javascript and JQuery. I want on click of edit button, multiple columns(not all) of row should come up with input fields. Currently I only see first cell coming with input tag as given in your example Inline Editing>> Row Editing.
Thanks in advance.
how can achieve executing below line?
$grid.pqGrid("editCell",{ rowIndx: rowIndx, colIndx: [2, 3, 4] });