I'm trying to use Frozen columns with static headers and non-specified column widths and are seeing some strange results.
In your example: http://demos.telerik.com/aspnet-ajax/Grid/Examples/GeneralFeatures/FrozenColumns/DefaultCS.aspx if you deleted HeaderStyle.Width;
In Firefox 3.0.5, Internet Explorer 7.0.5730.13, Safari 3.2.1 and Google Chrome 1.0.154.43
- The grid headers overlap in a couple of places
- The last visible column when scrolled to the right is NOT really the last column. 2-5 are missing (IE looses the most)
- When you scroll to the right, random columns are hidden/visible. This is more obvious if you scroll slowly to the right.
If you use that same example and change the HeaderStyle.Width from 200px to 150px the above problems do not exist, but in FF & Chrome & Safari the Manager column is missing.
It seems like all of the planets have to be aligned to make everything render properly, can you shed some light on this?
In your example: http://demos.telerik.com/aspnet-ajax/Grid/Examples/GeneralFeatures/FrozenColumns/DefaultCS.aspx if you deleted HeaderStyle.Width;
In Firefox 3.0.5, Internet Explorer 7.0.5730.13, Safari 3.2.1 and Google Chrome 1.0.154.43
- The grid headers overlap in a couple of places
- The last visible column when scrolled to the right is NOT really the last column. 2-5 are missing (IE looses the most)
- When you scroll to the right, random columns are hidden/visible. This is more obvious if you scroll slowly to the right.
If you use that same example and change the HeaderStyle.Width from 200px to 150px the above problems do not exist, but in FF & Chrome & Safari the Manager column is missing.
It seems like all of the planets have to be aligned to make everything render properly, can you shed some light on this?