Hi -
I have a data item that I would like to compare to a column's value for every row in the grid. When there is a match, I would like to set column's corresponding row's selected property to true. (Server side code)
the pseudo code would be
For each grid(row) in mastergrid
when activityid == grid(row).Column(activityid.value)
set the grid(row) selected.property = true.
quit
Could you provide a code example of how this can be accomplished?
Thanks
I have a data item that I would like to compare to a column's value for every row in the grid. When there is a match, I would like to set column's corresponding row's selected property to true. (Server side code)
the pseudo code would be
For each grid(row) in mastergrid
when activityid == grid(row).Column(activityid.value)
set the grid(row) selected.property = true.
quit
Could you provide a code example of how this can be accomplished?
Thanks