I am using product version 2013.1.417.45 and I can't get my radgrid to work properly in IE (version 11.0.96) when setting the frozen column count. Grid seems to work as expected in Chrome.
Here is my grid scrolling set up
I have sorting on some columns (not all), and have widths (in Unit.Pixel) set on column headers and cells; widths vary from column to column but are same for column and corresponding cell.
Please see attached screen shots in both IE and Chrome.
Thank you,
Katie
Here is my grid scrolling set up
GridAdapter.Grid.ClientSettings.Scrolling.AllowScroll = true;
GridAdapter.Grid.ClientSettings.Scrolling.UseStaticHeaders = true;
GridAdapter.Grid.ClientSettings.Scrolling.FrozenColumnsCount = 1;
GridAdapter.Grid.ClientSettings.Scrolling.ScrollHeight = Unit.Pixel(500);
I have sorting on some columns (not all), and have widths (in Unit.Pixel) set on column headers and cells; widths vary from column to column but are same for column and corresponding cell.
Please see attached screen shots in both IE and Chrome.
Thank you,
Katie