ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: Saurabh on July 26, 2018, 03:21:49 pm

Title: On click of row edit button multiple columns should come up with input box
Post by: Saurabh on July 26, 2018, 03:21:49 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.  :)
Title: Re: On click of row edit button multiple columns should come up with input box
Post by: Saurabh 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] });

         
Title: Re: On click of row edit button multiple columns should come up with input box
Post by: paramvir on July 27, 2018, 02:05:16 pm
Only single cell can be edited at a time in pqgrid.