Winforms - RadGrid - Force a GridViewTextBoxColumn to upper case

This simple code snippet will force a GridViewTextBoxColumn to upper case                       

 

DirectCast(Me.RadGridView1.Columns("DOCNUMBER"), GridViewTextBoxColumn).ColumnCharacterCasing = CharacterCasing.Upper

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences