how to display the Grid on row click evnt on other jquery grid
- by kumar
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