D
dsoltesz
I have a grid that has a couple columns all are bound
columns except one..which is a button column. I use the
code
TableCell IDColumn = e.Item.Cells[1];
FileName = IDColumn.Text;
if I set the cell index to any of the bound columns I get
the text out of the cell...if I set the cell index to the
button column I don't get the value even though there is
data in the field?
columns except one..which is a button column. I use the
code
TableCell IDColumn = e.Item.Cells[1];
FileName = IDColumn.Text;
if I set the cell index to any of the bound columns I get
the text out of the cell...if I set the cell index to the
button column I don't get the value even though there is
data in the field?