question about validating in datagrid

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

Guest

hi
i have a dataSet with table that has only integer fields
and im using dataGrid with DataGridTextBoxColumn connected to the dataSet.
when im writing a string into the cell in the dataGrid , the string is
replaced with the old value (number) , so the cell validation is connected
to the table fields and not to the textboxColumn ? so what is the intention
of the textboxColumn?

sorry for the bad explanation...
thanks in advanced
 
S-Gallit,

One of the ways I can explain it is that it tells how the column is showed.
You can standard as well use the checkboxcolumn and non standard however
endless findable on the Internet columns which are derived from those two as
by instance comboboxcolumns, calandarcolumns etc.

I hope this gives an idea and answers your question a little bit?

Cor
 
Back
Top