How can I limit the user input the text in datagrid textbox? For example, a column only allows user to input character "G", "R" or "W". Other characters will be rejected.
Regards,
Calvin
Printable View
How can I limit the user input the text in datagrid textbox? For example, a column only allows user to input character "G", "R" or "W". Other characters will be rejected.
Regards,
Calvin
Ain“t there a OnChange or something like it on the Datagrid?
Or maybe you can sense what letter the user is pushing down.