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

Iterate RadGrid Items

1 Answer 128 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 11 Jan 2011, 06:34 PM
 For Each itemcollection As GridDataItem In gvUserJobMapping.Items


            If itemcollection.OwnerTableView.Name = "gvUserJobMapping" Then

            End If


Next


I want to iterate my gridviewrows and how can i access my first column value field in my grid. Because I want to iterate all the rows and keep those values in the arraylist.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Jan 2011, 05:46 AM
Hello Muhammad,

You can iterate through each grid item and access the cell value using its Column UniqueName. Please go through the following documentation for more information on this.
Accessing cells and rows

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