in a list box you can have a selected item, and a selected value. the items are shown in the list box and when you select one you can use the underlying selected value.
eg.
select "jimmy" in the list box, and the selected value property might be something like "cust_03".
is this possible with cells in a datagrid?
eg.
select "jimmy" in the list box, and the selected value property might be something like "cust_03".
is this possible with cells in a datagrid?