edit string field in DataGridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Back
Top