Maria

Maria

  • NA
  • 64
  • 0

Cannot AddNew with databound checkbox.

Dec 17 2008 5:16 PM

The add new method of the Currency Manager fails with my checkbox that is bounded to a data table.

 

This is how I bound my checkbox to my table.

cbxAvailable.Databindings.Add(“Checked”,invManTable,”IsAvailable”);

 

 

This is the Add code that runs when I click the Add button:

 myPosition = invManManager.Position;

 invManManager.AddNew();

 

When I run the program I cannot add a new row to my table.  How can I fix this?

 


Answers (3)