Hi !
I'm using the latest SmartGWT version.
I built a Grid where one of the column contains icons. Text (an id) is on the left, while the icons are on the right of the column.
My problem is that double-clicking on the column resizes it, without taking care that there are icons too. It only fits the text.
I failed to find the setXXX to disable this behaviour.
id.setWidth(120);
id.setAutoFitWidth(false);
id.setCanDragResize(false);
Is not enough...
What can I do ?
thanks in advance !
I'm using the latest SmartGWT version.
I built a Grid where one of the column contains icons. Text (an id) is on the left, while the icons are on the right of the column.
My problem is that double-clicking on the column resizes it, without taking care that there are icons too. It only fits the text.
I failed to find the setXXX to disable this behaviour.
id.setWidth(120);
id.setAutoFitWidth(false);
id.setCanDragResize(false);
Is not enough...
What can I do ?
thanks in advance !
Comment