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

Read the values of the selected row using java script

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ahmad
Top achievements
Rank 1
ahmad asked on 18 Feb 2009, 08:29 PM
Hi,

1) How to read the values of the selected RadGrid Row using javascript?

2) Is there a way to iterate over the RadGrid rows in java script and retrieve the values of each row?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 19 Feb 2009, 04:07 AM
Hello Ahmed,

You can refer to the following help document to access the cell values of the selected rows and you can replace the get_selectedItems() method with get_dataItems() to loop through the rows in a grid:
Getting cell values for selected rows client side


Thanks
Princy.

Tags
Grid
Asked by
ahmad
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or