G
Guest
Dear all,
I have a dataSet based on one table object of 6 columns, with the last
columns which allows to get null field.
Then this dataset is bind to a datagrid.
All columns are readonly except the last one for which I have autorise null
field.
Then I am able to enter some text through datagrid inside this last column,
for a particular row.
SO far so good.
After this I am able to send the content of the dataset to XML file susing
the WriteToXML function. When file is generated, I notice that the last
column of my dataset table is not written inside generated XML file
I have checked the dataset structure which is suppose to be send to file,
and I can see my last colum in its structure
Why this last column is not written to XML file ?
When editing directly a cell inside a datagrid, does the change is directly
apply to the dataset table as it is bind ?
thnaks for your help
regards
serge
I have a dataSet based on one table object of 6 columns, with the last
columns which allows to get null field.
Then this dataset is bind to a datagrid.
All columns are readonly except the last one for which I have autorise null
field.
Then I am able to enter some text through datagrid inside this last column,
for a particular row.
SO far so good.
After this I am able to send the content of the dataset to XML file susing
the WriteToXML function. When file is generated, I notice that the last
column of my dataset table is not written inside generated XML file
I have checked the dataset structure which is suppose to be send to file,
and I can see my last colum in its structure
Why this last column is not written to XML file ?
When editing directly a cell inside a datagrid, does the change is directly
apply to the dataset table as it is bind ?
thnaks for your help
regards
serge