S
Stephen
hi all
i have a datagrid that returns all the rows from a table. It fires ok except
one field returns the numeric value of the lookup field not the description.
heres the corresponding piece of code:
With txtTransType
..Alignment = HorizontalAlignment.Right
..HeaderText = "Transaction Type"
..Width = 100
..MappingName = "TransTypeId"
..ReadOnly = True
End With
tsTrans.GridColumnStyles.Add(txtTransType)
the table return a numeric 1 instead of "Checking"...... any ideas?
Steve
i have a datagrid that returns all the rows from a table. It fires ok except
one field returns the numeric value of the lookup field not the description.
heres the corresponding piece of code:
With txtTransType
..Alignment = HorizontalAlignment.Right
..HeaderText = "Transaction Type"
..Width = 100
..MappingName = "TransTypeId"
..ReadOnly = True
End With
tsTrans.GridColumnStyles.Add(txtTransType)
the table return a numeric 1 instead of "Checking"...... any ideas?
Steve