H
hazz
I am simply trying to obtain the value of a specific cell ( a CustomerID in
a particular row.) in a DataGridView.
How (or can I ) do this using the RowEnter event?
The datagrid is bound to a datasource obtained via
[OperationContract]
BindingList<Customer> GetCustomers();
Thanks,
-hazz
a particular row.) in a DataGridView.
How (or can I ) do this using the RowEnter event?
The datagrid is bound to a datasource obtained via
[OperationContract]
BindingList<Customer> GetCustomers();
Thanks,
-hazz