Author Topic: Display disabled textarea in grid  (Read 2333 times)

Sunny

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 59
    • View Profile
Display disabled textarea in grid
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Display disabled textarea in grid
« Reply #1 on: August 17, 2015, 10:03:54 pm »
textarea can be disabled by adding the HTML attribute "disabled"

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