Author Topic: On click of row edit button multiple columns should come up with input box  (Read 2097 times)

Saurabh

  • Newbie
  • *
  • Posts: 2
    • View Profile
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.  :)

Saurabh

  • Newbie
  • *
  • Posts: 2
    • View Profile
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] });

         

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Only single cell can be edited at a time in pqgrid.