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.
I don't quite understand the need for such a thing. Textboxes are either used to enter or display data and both of these things can be done using the editor grid. There's even a clicksToEdit option to allow edit on 1 click of the column!
– Varun Achar
2 Answers
-1
votes
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"
-1
votes
You can define property like editor: textField in the column model of the grid that will display textbox in the column model.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
clicksToEdit
option to allow edit on 1 click of the column! – Varun Achar