|
I discovered that there is something going wrong when changing the columnwidth of a column that is next to (on the right) a column with fixed width and only after changing the columnorder.
For example,
- Add 6 columns to the grid and set column 3 to have a fixed with.
- Add some rows to the grid
- Note that resizing of the columnwidths work well.
- Drag column 5 (or another column that is on the rightside of the fixed-width column) to the leftside of the fixed-width column
- Resize the column that is directly on the rightside of the fixed-width column. The columnheader will resize but the data in the grid will not resize.
What I found is that the columnwidth seems to change but that is not really true. If you check the columnwidth parameter for the resized column you find that is does not change allthough it is changed on screen.
You can also reproduce this with the demo of the sgrid. Drag Col6 before the first column (the fixed width column). Then resize the column Size and note what happens.
|