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
>>
>