Hello, I am trying to get the value for a hidden column in the client-side OnRowSelected event. I cannot figure out how to do this or if it is even possible. I AM able to get the cell values for columns that are being displayed. Please advise.
If you set the columns visible property to 'False' at server side, you cannot access the column value at client side. Because the control is not renderd when setting its visibility as false. You can overcome this problem by setting the Display property of column as 'False'.