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.
Asked
Active
Viewed 214 times
1 Answers
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
-
I have to redirect to next page only in case of the valid input is provided by user not in all case. – amandeep singh Nov 17 '14 at 12:26
-
@amandeepsingh then check if else condition in `editLink` function. – UdayKiran Pulipati Nov 18 '14 at 05:45