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
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