DataGridView upper case

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
 
S

Steven Castle via DotNetMonster.com

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
 
J

Jaga

Thank you Steven,

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

Jaga
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top