how to display the Grid on row click evnt on other jquery grid
Posted
by kumar
on Stack Overflow
See other posts from Stack Overflow
or by kumar
Published on 2010-04-07T23:43:26Z
Indexed on
2010/04/07
23:53 UTC
Read the original article
Hit count: 269
jQuery
Hello all, please help me out from this problem which i was facing since from long,,
Comming to my applicaiton:
Using Asp.net MVC with Jquery stuff, with back end DB2
I have a user controls with jquery grid in it,
for the Jquery grid the URL I am assing is something like this.
ID EmployeName PHoneNumber Deatils
/Employee/Orders/Details /// Deails is my actionresult class.. I am getting the output result exactly what I am expecting... now I have one more action result calls LIST( List for that Deatils).. when User click on any row in the Jquery grid I need to pass ID( for that Employee to the DB2 to get that Employee List)
and this Grid I need to show i nthe bottom of the first grid, Like If I click on second row I need to pass the ID to the DB2 to get second user result to display on the second grid.
can anybody help me with the code..
Thanks
© Stack Overflow or respective owner