I'm trying to get at a specific cell in a datagrid, as in:
This works fine for bound columns but if the column is defined asVB Code:
DataGrid1.Items(0).Cells(1).Text
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!


Reply With Quote