The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.