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

Problem while resizing columns in Grid View Control

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prince
Top achievements
Rank 1
Prince asked on 17 Dec 2008, 09:15 AM
Hi All,

I have taken a grid view control in a user control file "Orders.ascx".
when I am opening this page, where this user control has been used in IE6, then it works fine
but when I am using IE7 then this is not being resized while reorder is woring fine in both of Internet Explorer versions.

Code snippet is as follows:

 

 

 

<telerik:RadGrid ID="RadGrid1" AllowMultiRowSelection="false" runat="server" Skin="Outlook"

 

 

Width="100%" PageSize="16" Height="420" BorderStyle="None" AllowPaging="True" AutoGenerateColumns="False"

 

 

GridLines="None">

 

 

<ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="true">

 

 

<ClientEvents OnRowDblClick="OpenCustomerProduct" />

 

 

<Resizing AllowRowResize="True" EnableRealTimeResize="True" ResizeGridOnColumnResize="true"

 

 

AllowColumnResize="True"></Resizing>

 

 

<Scrolling AllowScroll="true" UseStaticHeaders="True" />

 

 

<Selecting AllowRowSelect="True" />

 

 

</ClientSettings>

 

 

<HeaderStyle CssClass="gridHeader" />

 

 

<MasterTableView CommandItemDisplay="None" TableLayout="Fixed"

 

 

EditMode="EditForms" AutoGenerateColumns="False">

 

 

<PagerStyle Wrap="false" Mode="NextPrevAndNumeric" PrevPageImageUrl="Images/arrowLeft.gif"

 

 

NextPageImageUrl="Images/arrowRight.gif" NextPageText="Next" PrevPageText="Prev" />

 

 

1 Answer, 1 is accepted

Sort by
0
Prangadj
Top achievements
Rank 1
answered on 19 Dec 2008, 03:56 PM
Prince, both features should work the same under IE 6 and 7 - can you post url to test it under both browsers? Also set Height="420px"

Prangadj
Tags
Grid
Asked by
Prince
Top achievements
Rank 1
Answers by
Prangadj
Top achievements
Rank 1
Share this question
or