DataGrid uppercase

How can I force the user enter uppercase letters in a Windows Form DataGrid? Thanks Panos

2 Replies

MI [email protected] March 16, 2004 07:02 PM UTC

Did you ever find the answer to this question? I am having the same problem. Thanks. > How can I force the user enter uppercase letters in a Windows Form DataGrid? > > Thanks > > Panos >


PA Pam March 24, 2004 05:46 PM UTC

I ended up putting in the following code for each datagridcolumn that I wanted upper under the initialize component. dataGridTextBoxColumn32.TextBox.CharacterCasing = CharacterCasing.Upper; >Did you ever find the answer to this question? I am having the same problem. > >Thanks. > > >> How can I force the user enter uppercase letters in a Windows Form DataGrid? >> >> Thanks >> >> Panos >> >

Loader.
Up arrow icon