tags:

views:

931

answers:

1
+1  Q: 

jqgrid onselectrow

I ma using a jqgrid and it gets populated fine. From the UI perspective one of the columns in the jqgrid is editable. May I know how can I make one of the columns as editable (say like a text box). The reason is in my case when the grid successfully loads the UI is going to look as if one of the columns values is editable.

A: 

If you're looking to edit the column values directly in the grid, similarly to how you might in Excel, look into the inline editing API:

  • http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing&s[]=inline
gurun8