ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: lsl on January 27, 2015, 02:41:33 pm
-
Is it possible to control some columns in uppercase?
-
Did you check editorKeyDown and editorKeyPress events.
http://paramquery.com/pro/api#event-editorKeyDown
http://paramquery.com/pro/api#event-editorKeyPress
-
Add a cls: definition to the colModel data definition (like cls: "uppercase") and then add CSS like .uppercase { text-transform: uppercase; }.