ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Sunny on August 17, 2015, 04:49:48 pm

Title: Display disabled textarea in grid
Post 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.
Title: Re: Display disabled textarea in grid
Post by: paramvir on August 17, 2015, 10:03:54 pm
textarea can be disabled by adding the HTML attribute "disabled"

editor: {
  type: 'textarea',
  attr: 'disabled'
}