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

Grid resize problem in compatibility mode

2 Answers 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jack Altiere
Top achievements
Rank 1
Jack Altiere asked on 08 Jul 2010, 02:30 PM
I have a grid set up with a fixed width, and I have the ResizeGridOnColumnResize property set to false.  This works OK when I'm not running in IE8 compatibility mode, but as soon as I flip this on the grid gets wider if I resize a column even though I want it to remain fixed.

Here is my grid definition:

<telerik:RadGrid ID="radGrid" runat="server" ShowHeader="true" Width="760" GridLines="Both" EnableViewState="true">
     <ClientSettings>
          <Resizing AllowColumnResize="true" AllowRowResize="false" ResizeGridOnColumnResize="false" EnableRealTimeResize="true" />
          <ClientEvents OnColumnResized="ColumnResized" />
     </ClientSettings>
     <HeaderStyle HorizontalAlign="center" />
     <ItemStyle HorizontalAlign="center" />
</telerik:RadGrid>

I want the user to be able to change the width of each column, but I also need the grid to render correctly in IE8 compatibility mode.  Any ideas?

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 08 Jul 2010, 04:30 PM
Hello Jack,

Can you reproduce the described problem on this demo? It works as expected in IE8 Compatibility mode on my side.

http://demos.telerik.com/aspnet-ajax/grid/examples/client/resizing/defaultcs.aspx

Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Priya
Top achievements
Rank 1
answered on 05 Jan 2013, 02:00 PM
Hi,
I m also facing the same issue (Column width increases) when I change the compatibility mode. I verified the same in your Demo
http://demos.telerik.com/aspnet-ajax/grid/examples/client/resizing/defaultcs.aspx , the issue exists.
Please suggest. Thanks in advance.
Tags
Grid
Asked by
Jack Altiere
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Priya
Top achievements
Rank 1
Share this question
or