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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top