AllowNull in TableStyles.GridColumnStyles ??

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

Guest

How do you change the AllowNull in a datagridTextbox programmatically? One of my columns is set to false and the others true, and i cant change
thanks
 
The solution is NOT in the grid but in the underlying table.......

myDataSet.Tables(0).Columns(0).AllowDBNull = False


SubT said:
How do you change the AllowNull in a datagridTextbox programmatically?
One of my columns is set to false and the others true, and i cant change.
 

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