This is a migrated thread and some comments may be shown as answers.

Radgrid IE9 compatibility view issues

2 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrea
Top achievements
Rank 1
Andrea asked on 01 Aug 2013, 08:42 PM
The last two columns of my grid are being cut off in IE9 compatibility view, and part of the last column is cut off when not in compatibility view. If I zoom out, I do see the cut off columns (temporarily), so it seems as though the scroll bar is just not scrolling far enough. The headers are also mis-aligned. Are there any settings that I can change to alleviate this problem?

Radgrid settings:
AutoGenerateColumns="False"
GridLines="Both"
EnableHeaderContextMenu="true"
AllowMultiRowEdit="True"

Client Settings:
<Scrolling AllowScroll="True" UseStaticHeaders="True" FrozenColumnsCount="5" ScrollHeight="300px"/>
<Resizing AllowColumnResize="false" AllowResizeToFit="false" ResizeGridOnColumnResize="false"/>

MasterTableView settings:
<MasterTableView TableLayout="Auto" EditMode="InPlace" DataKeyNames="JobTaxLotResultID, JobTaxLotID" ItemStyle-VerticalAlign="Middle">

2 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 06 Aug 2013, 03:46 PM
Hello Andrea,

Could you please provide a sample code with your grid declaration too, so I can test it on my side in order to determine the source of the issue. The mentioned settings are generic enough and the RadGrid should work properly with them, as the attached project demonstrates. Please examine it and try to see what is the difference with respect to your real case.

I am not sure what is causing the problem with the last two columns but you have to ensure that the total width of all columns is greater than the width of the grid. Actually this is a good practice when you are using frozen columns, because in this manner you'll avoid inconsistent behavior upon different browsers. Also, you can try to set slightly bigger width for the last 2 columns and see if they are still hidden.

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Andrea
Top achievements
Rank 1
answered on 06 Aug 2013, 09:47 PM
[delete]
Tags
Grid
Asked by
Andrea
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Andrea
Top achievements
Rank 1
Share this question
or