Author Topic: How can I control the input in uppercase?  (Read 2690 times)

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
How can I control the input in uppercase?
« on: January 27, 2015, 02:41:33 pm »
Is it possible to control some columns in uppercase?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: How can I control the input in uppercase?
« Reply #1 on: February 17, 2015, 11:07:24 pm »

tbrown14611

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: How can I control the input in uppercase?
« Reply #2 on: March 06, 2017, 06:29:56 pm »
Add a cls: definition to the colModel data definition (like cls: "uppercase") and then add CSS  like .uppercase { text-transform: uppercase; }.