This is a migrated thread and some comments may be shown as answers.

Get value for hidden column client side in OnRowSelected event

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nicholas Walker
Top achievements
Rank 1
Nicholas Walker asked on 25 Oct 2010, 10:51 PM
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.

Thanks,
--nick

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Oct 2010, 06:28 AM
Hello Nick,

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'.

Thanks,
Princy.
Tags
Grid
Asked by
Nicholas Walker
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or