I've got a gridpanel with a forceFit to true, and i need :
- to fix some width and lock the resizing : no problem here, i put a width and i put the fixed attribute to true
- to let another column with the automatic width, no problem here
- to fix a width without lock the resizing, and here i've got a problem, i don't find the way to make that...
If i put a width without fixed, the width is recalculated by the forceFit... and if i put a fixed:true, i lose the resizing...
No i can't, because it's integrated in a framework and explode in multiple file. But no need to see the source, the case is simple.
I need a column whith fixed width (no resize by the forceFit) but with manual resizing allow (because i save the width), the forceFit must be here for the other column and the only way i found to fix the width is to put attribute fixed:true, but this attribute lock the resizing of the column...
I'm still in this problem, i want to make a grid with column that it have a fixed width but without lock the resizing... And the problem actually is when i put 'fixed:true', it's lock the resizing of the column.