Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > cell validation
 

cell validation

hi, sometimes when i use textboxes i use the keyUp or similar event to validate the keystroke, like if i want numbers only etc

i want to be able to do the same thing in a datagridviewtextboxcell. the keyUp event for datagridview does not apply to the individual cells however, only to the outer datagridview control.

suggestions, code, asprin, all welcome
evilc  Wednesday, June 21, 2006 6:41 AM
no suggestions?
evilc  Monday, June 26, 2006 11:20 PM

You can use google to search for other answers

Custom Search

More Threads

• How to Wrap text in a text box column of datagrid in windows application.
• datagrid zorder bug
• is it Concurrency violation a bug?
• CRAZY: Concurrency violation: the DeleteCommand affected 0 records
• filter of datagridview based on selection from an other table
• Custom business objects and databinding
• Adding,updating and deleting rows on a datagridview
• keyup on datagrid
• DataGridView -update
• Question on how to handle pending updates