Hi all, how to get the height of header of a Ext.grid.GridPanel?
Thanks all
S.
Hi all, how to get the height of header of a Ext.grid.GridPanel?
Thanks all
S.
Ext 3.X.X plugin for Aptana Studio - Still in development - Support it
Italian ExtJs Developers Group
Hi
try this
RegardsCode:.... colModel: new Ext.grid.ColumnModel({ columns: [{ header: 'header1' css: 'height:20px' }] ....
sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.
Thanks, but I need a method (or trick) to read that value.
S.
Ext 3.X.X plugin for Aptana Studio - Still in development - Support it
Italian ExtJs Developers Group
Hi,
You can reach the header element from the view (instance of GridView) object of the grid like:
Header element refers to mainHd (Ext.Element)
this.view.mainHd.getHeight()
sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.