We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

CharacterCasing fails

I am trying to create a simple grid with TextBoxes and setting the CharacterCasing property to Upper (I am doing this in the designer). However, when I run the application and enter characters, they do not appear in upper case as expected. Is there something else which needs to be setup? Vikram

1 Reply

AD Administrator Syncfusion Team October 27, 2003 10:24 PM UTC

To get CharacterCasing to work, also set the CellType property to "OriginalTextBox". OriginalTextBox uses the Windows Forms TextBox which supports CharacrterCasing. The "TextBox" celltype uses the Windows Forms RichTextBox which does not support CharacterCasing.

Loader.
Live Chat Icon For mobile
Up arrow icon