views:

129

answers:

2
+1  Q: 

Add row in jqgrid

Hi,

i am using jqgrid its working fine.

I have scenario where i have to add the blank row in jgrid instead of popup to add the row.

how can i do it.

Please Help.

Thanks.

A: 

from the jqgrid demo page, i see this:

jQuery("#list7").jqGrid('setGridParam',{rowNum:15}).trigger("reloadGrid");

see: http://trirand.com/blog/jqgrid/jqgrid.html manipulating -> set methods

mkoryak
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
Shivi