When I'm maximizing and restoring window or just resizeing the window columns are not aligned correctly anymore (like shown on the attachement). I've disabled column resizing and filtering too, but it doesn't help. Sometimes it also occurs when just resizing the columns. I'm also tried different style sets, no help. Also I tried with editing/adding disabled/enabled, didn't change the result.
Also seems that this behavior don't depend on data, because I'm able to reproduce it on any grid I have.
But it was difficult to reproduce when grid contains no rows (but it happened sometimes).
Original visual state can be restored only when reloading the grid (inside update panel or using grid's built in ajax capabilities).
This problem occurs with IE8 (at least).
Any thoughts?
Okey, now I least know why this happens :)
Let me know if there are any changes on the subject.
Thanks for the reply.
Hello,
IE8 has a problem with firing events, especially onscroll and oresize. In all other browsers they fire correctly here it looks like it "forgets" to fire some of them. It gets frustrating when the trailing events get skipped.
Only hoping that Microsoft will fix it soon in one of the updates. In the meantime we'll have to come up with some sort of a work around which would involve timer... Really hesitant to do that because it will slow down the browser even more.