ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: lsl on January 27, 2015, 02:41:33 pm

Title: How can I control the input in uppercase?
Post by: lsl on January 27, 2015, 02:41:33 pm
Is it possible to control some columns in uppercase?
Title: Re: How can I control the input in uppercase?
Post by: paramvir on February 17, 2015, 11:07:24 pm
Did you check editorKeyDown and editorKeyPress events.

http://paramquery.com/pro/api#event-editorKeyDown

http://paramquery.com/pro/api#event-editorKeyPress
Title: Re: How can I control the input in uppercase?
Post by: tbrown14611 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; }.