Displaying a component in EditorGridPanel without clicking
Posted
by Tower
on Stack Overflow
See other posts from Stack Overflow
or by Tower
Published on 2010-05-15T11:25:18Z
Indexed on
2010/05/15
11:34 UTC
Read the original article
Hit count: 183
extjs
|JavaScript
Hi,
Is there a way to display a component in EditorGridPanel without the need to click on the cell?
The problem I see on this demo is that the checkboxes are not Ext.form.Checkbox components, and not even inherited from it. The checkboxes are simply background images and since I am building a grid that needs ComboBoxes, it will not be simple to apply a similar hack.
© Stack Overflow or respective owner