If this is your first visit, be sure to
check out the
FAQ
by clicking the
link above. You may have to
register
or
Login
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I have a data grid, and am trying to emulate how sql server management studio allows you to edit and add rows to tables, tabbing and at row leave update the data...
However when I try to update the table, and do not check the check box, I get a noNullAllowedException. Shouldn't this un-checked box be considered as 'False', and any ideas on what setting i have incorrectly?
Also, any tips on how to properly catch exceptions like this, or primary key exceptions? I like the way sql management studio for SQL server 2005 acts, showing you the uncommitted fields until you leave the row.
Thanks for the tips/help!
Thanks for your reply!
I did check, and found a indeterminate value, true value, and false value property. I set them to false, true, faluse respectfully and that worked.
Also, I decided to change my 'update' logic to the row validated event, so that basically I allow the user to enter values (handling errors at the cell level if necessary), and if needed I validate the row level, then update.
Again, I am trying to emulate how sql server 2005 management studio acts when you do 'Open Table' on a table. I basically have a grip on how to use the data grid view ( coming from web applications and using infragistics grid). I am not really used to using design time to populate and create data sets.
I am still open to nice links on how to propery set up the datagridView. Thanks!
*
The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.
*
Porting from Android to Windows 8: The Real Story
Do you have an Android application? How hard would it really be to port to Windows 8?
*
Guide to Porting Android Applications to Windows 8
If you've already built for Android, learn what do you really need to know to port your application to Windows Phone 8.
*
HTML5 Development Center
Our portal for articles, videos, and news on HTML5, CSS3, and JavaScript
*
Windows App Gallery
See the Windows 8.x apps we've spotlighted or submit your own app to the gallery!
Advertiser Disclosure:
Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.