This question is locked. New answers and comments are not allowed.
We have a requirement to display results from multiple tables on multiple mvc grids on the same page. The binding used is ajax binding. Each of the grid's div contains 2 hidden columns each containing the respective table id and the count of columns in the table.
When one of the rows in either of the results grid is double clicked, we need to perfom an action based on the respectiive table id and colum count. When i try to access the value of the hidden column I always get the value from the first div. how do i acess value of each hidden column from each div based on the row of the div that is clicked?
Regards,
Murali
When one of the rows in either of the results grid is double clicked, we need to perfom an action based on the respectiive table id and colum count. When i try to access the value of the hidden column I always get the value from the first div. how do i acess value of each hidden column from each div based on the row of the div that is clicked?
Regards,
Murali
