Search code examples
jqgridphpgrid

PHP Grid only show Edit/Delete link only on first row


I am using phpgrid.org. It only show Edit/Delete link only on first row. Some times it show randomly. How to fix it?


Solution

  • The first column of grid must have unique alphanumeric data (usually a PK). This is required to uniquely identify particular row for update & delete operations.

    Refer their faqs as well: http://phpgrid.org/faqs