How to add a Textbox Column in a GridPanel. Editor feature of Gridpanel displays开发者_开发知识库 textbox only on doubleclick on the cell. But I want the textboxes in the column to be displayed by default.
Thanks in advance
I don't believe there's a config option or component for this. You can try to work around it by adding the textfield in the "renderer"
You can define property like editor: textField in the column model of the grid that will display textbox in the column model.
精彩评论