ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: Sunny on August 17, 2015, 04:49:48 pm
-
Hi,
I looked in API and Demos, but couldn't find the way to display disabled text area editor in the grid. Can you please advise?
Thanks.
-
textarea can be disabled by adding the HTML attribute "disabled"
editor: {
type: 'textarea',
attr: 'disabled'
}