Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use rowIndx in jsp(in input type hidden ) #99

Open
ruchabhutada opened this issue Mar 5, 2016 · 0 comments
Open

use rowIndx in jsp(in input type hidden ) #99

ruchabhutada opened this issue Mar 5, 2016 · 0 comments

Comments

@ruchabhutada
Copy link

I have got rowIndx from :
var $tr = $(this).closest("tr"),
rowIndx = $gridMain.pqGrid("getRowIndx", { $tr: $tr }).rowIndx;

Now I want to use this rowIndx in jsp as input type hidden to display records in pop up window.
I m referring this link:
http://paramquery.com/demos/crud

but I m not getting how do I pass that rowIndx in jsp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant