traversing grid

I would like to get the value from a specific column in each record in the web grid control but I don''t know the correct syntax.

for each ?? in this.gridcontrol
??.GetValue(''colname'')
next ??

Can you help me out with the syntax please?

Thank you,
Sandy

1 Reply

AD Administrator Syncfusion Team October 3, 2006 10:38 PM UTC

I found an example of this...thanks

>I would like to get the value from a specific column in each record in the web grid control but I don''t know the correct syntax.

for each ?? in this.gridcontrol
??.GetValue(''colname'')
next ??

Can you help me out with the syntax please?

Thank you,
Sandy

Loader.
Up arrow icon