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] });