Hi,
I created simple DataTable (memory table) object with two fields
-numeric Id
-string Name
then I configure dataConnection and put on the form DataGridView.
I bind fields from table to columns and now I can edit numeric column
but when I try edit string column then it is after post event clear (NULL
value).
Why?
Thanks

RE: edit string field in DataGridView by BrianBrown

BrianBrown
Tue Jan 25 07:27:03 CST 2005

Petez,

I believe that the group would like to help you but I think that everyone is
unsure of what you are asking. Can you post a short sample application that
demonstrates the issue that you are describing?

Thanks.