I'm trying to get at a specific cell in a datagrid, as in:

VB Code:
  1. DataGrid1.Items(0).Cells(1).Text
This works fine for bound columns but if the column is defined as
a hyperlink column I'm just getting an empty string.

My workaround is to use a hidden bound column but I'd rather
know what I'm doing wrong...

Any ideas? Thx!