Has anyone had problems when resizing the grid columns?
My problem is that when I resize a column in the grid only the header row changes...then if I sort on one of them the rest of the rows change.
The demo works fine, but for some reason I am having this problem only in IE7??
I found that when the grid is put in the middle of a <table> tag you get some strange
rendering behavior and the performance of the grid goes absolutely down.
This not happen with FF 2.0 but with IE 6.0.
Do you know if putting the grid inside a <table> causes these problems?
If you are using the Ext.Resizable on the grid it self. And you have event like myresizable.on('resize', mygrid.autoRsize, mygird). That seems to cause the problem with the Col resize. I have no solution for it. but getting ride of the resizable will eliminate that problem. This problem only happens in IE7 not in FF.