开发者

ExtJS Gridpanel with textfield column

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜