Add row in jqgrid

37,084

You can use for example addRowData. Look at jQGrid, how to add a new row inside the grid, not via a modal?.

Probably the answer Spreadsheet-like inline editing in jqGrid and the demo http://www.ok-soft-gmbh.com/jqGrid/ClientsideEditing5.htm could help you also.

Share:
37,084
Shivi
Author by

Shivi

Updated on July 15, 2020

Comments

  • Shivi
    Shivi almost 4 years

    I am using jqGrid and it's working fine.

    I have a scenario where I have to add a blank row in jqGgrid instead of a popup to add the row.

    How can I do it?

    • Shivi
      Shivi over 13 years
      i didnt understand wat you mean to say..
    • Shivi
      Shivi over 13 years
      please help...i m new to stackoverflow......
    • Shivi
      Shivi over 13 years
      how can i accept the answer...is there ia ny buuton or link to accept the answer
    • Oleg
      Oleg over 13 years
      @Sandy: If the problem is solved you can consider to accept the question (see meta.stackexchange.com/questions/5234 and stackoverflow.com/faq#howtoask). If you will read some FAQs (see meta.stackexchange.com/questions/7931) you will understand and use stackoverflow more effective for you.
  • Shivi
    Shivi over 13 years
    But i dont want to open the dialog box to add the row..insted i want to add the empty row to the jgrod and then fill the data to the empty row