Hi,
I have a grid wich I resize when user clicks a button. My grid has horizontal scroll and some pinned columns. When I move the scroll bar to the tight and then click the button to resize it to a width enough large to not show the scroll, the header of the grid is rendered in a bad way and the columns headers doesn’t fit the content columns.
You can reproduce it here:
http://jsfiddle.net/TsSmh/7/
Move the scroll to the right and click the ‘resize’ button. If you don’t move the scroll the headers are rendered ok.
Thank you very much!