开发者

ExtJS Gridpanel with textfield column

开发者 https://www.devze.com 2023-03-24 23:06 出处:网络
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 def

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消