0

How to redirect after editing the JQgrid data redirect it to some other page for adding some additional info regarding the row edited I am using jsp with Struts2 framework.

Aleksandr M
  • 24,264
  • 12
  • 69
  • 143

1 Answers1

0

You simply call the user defiend function editLink in colModel and you can pass the id of the edited record in editLink function.

Here is the answer of your question How to navigate to another page when click on edit in jqgrid

Community
  • 1
  • 1
UdayKiran Pulipati
  • 6,579
  • 7
  • 67
  • 92