question about validating in datagrid

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
 
C

Cor Ligthert

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
 

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

Similar Threads


Top