Passing jqgrid value along with other fields to the control
Please provide the solution for the below scenario.This is the existing page i have to make the change
Employee Name:
Age:
DOB:
Skill Details
In jqgrid i am having these fields
Technolgoy ,Experience, Action
SQL server 3 Delete (button)
.Net 5 Delete (button)
On submit of the form i have to pass all the control values along with jqgrid data.
Please advise some solution.