Why does this happen? The weird part is that further to the right they will line up again for a couple columns and then go out of wack again.
Hello Jeff,Where are you calling grid.get_element().style.height property to set the grid height relative to the browser size? Setting the grid height to the browser size should be done in the Page Init, before the grid initializes. This is so the grid will have a chance to retrieve the browser size and set it before rendering.Please let me know if this information helps.Thank you.Sincerely,Mike D.Developer Support EngineerInfragisticswww.infragistics.com/support
For me all is fine until I resize the grid to fill the browser window.
I'm using the grid.get_element().style.height property to set the grid height relative to browser size.
Hi,
Since I have the same problem and I was playing around with it last night, I found that specifying widths causes the problem. If I don't specify any widths, it is perfect. The more of them that I specify with a specific px amount or percentage, it goes more and more crazy.
Ed
Here is the grid markup.
I was running the service release prior to December 9th. I've installed 2046 and upgraded my project and now things are way worst.