Sunday, 25 August 2013

Extjs : Grid column width in percentage

Extjs : Grid column width in percentage

Looks I am not the only one who has run into this situation. I need to set
the widths of the columns in a grid panel in percentages so that on any
size (due to resizing) each column has the predefined percentage width. I
am not able to achieve this by setting width : 'XY%' on each column. Also
noticed that the same question is being asked in the below threads.
http://www.sencha.com/forum/showthread.php?138485
http://www.sencha.com/forum/showthread.php?92930
This didnot help either : How to set width in Ext.grid.ColumnModel in
percentage terms?
Note : I donot want to flex the columns, but want to set percentages.
Extjs gurus please shed some light!

No comments:

Post a Comment