Hi All
I currenly have a Row click event that recognized if a certain cell has been clicked, the Javascript then opens a window and passes certain values to the window from the row.
I want to pass some values from Hidden columns however i cannot get the value unless the column is either visible or display = false,
If i set the display to False this then completely confuses the Row Click event, So i have set the columns to zero width to overcome the problem.
However i would really like to hide these columns, so my question: is there "Any" way using java to get the cell value if the associated column is hidden?
Many Thanks
Regards
Darren
I currenly have a Row click event that recognized if a certain cell has been clicked, the Javascript then opens a window and passes certain values to the window from the row.
I want to pass some values from Hidden columns however i cannot get the value unless the column is either visible or display = false,
If i set the display to False this then completely confuses the Row Click event, So i have set the columns to zero width to overcome the problem.
However i would really like to hide these columns, so my question: is there "Any" way using java to get the cell value if the associated column is hidden?
Many Thanks
Regards
Darren