Question SearchGrid loop

pwjames

New member
Joined
Sep 23, 2010
Messages
1
Programming Experience
Beginner
I have an appication that uses SearchGrids which seem to act a bit different to GridViews, I can count the rows in the grid with "Me.SearchGridCallOwner.RowCount" and i can read the data in a row with "Me.SearchGridCallOwner.CurrentRow(column)".
What i'm trying to do is loop through the rows in a SearchGrid and return the value of a certain column in each row.
I'm not sure if i should try and read the grid or do i need to query the dataset itself?

any ideas

James
 
Back
Top