DataGridView upper case

  • Thread starter Thread starter Jaga
  • Start date Start date
J

Jaga

Hi,

How can I tell a DataGridView column to accept only Kapitals or to convert
all inputs to upper case?
Is there any style setting to do that?

Thx,
Jaga
 
wat happened to the good old days of
if chr$(key) >='A' and =<'Z' then
print key
else
break

:)

could be of use :) maybe in the DataGridViewers OnKeyPress or something
 
Thank you Steven,

I have just hoped, the DataGridView has a setting similar to the
CharacterCasing property of the TextBox.

Jaga
 
Back
Top