Hi.
When implementing RadGrid and set the following properties from c# it will almost work correct.
grid.ClientSettings.Scrolling.AllowScroll = true;
grid.ClientSettings.Scrolling.UseStaticHeaders = true;
IE8 (Withoud compability mode) will render a blank spacer between 2 columns. See attached file and the spacer between columns is in the red rectangle. FF, Safari and Chrome will all render the grid correct.
Can I recalculate the column width, with javascript, to avoid the spacer or any other suggestions?
// Patric
