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

[Solved] Frozencolumn issue

3 Answers 154 Views
Grid
This is a migrated thread and some comments may be shown as answers.
naveen veda
Top achievements
Rank 1
naveen veda asked on 21 Jan 2010, 07:37 AM

Support,

Rad Version Used: RadControls_for_ASP.NET_AJAX_2009_1_527_dev
Browser :  IE 7

Issue:
We are facing a RadGrid's horizontal scrollbar diappearing issue when we swith-on the Frozen column feature.

We have a Rad Splitter with RadPane1 and RadPane2  the RadGrid is in RadPane2. The rad grid has 25 columns.

The scenario happens only when you move the scroll bar to the right extreme and then Collapse/Expand the RadSplitterbar.
The only way to get back the scroll bar is to refresh page, and obviously we will loose all client side data when that happens. This has put the project in Red.

This issue does not happen when the scroll bar is on the very left.

Kindly let us know the fix.

The .aspx code is listed below:

 

<%

@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

 

<%

@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

 

 

 

 

<

 

html xmlns="http://www.w3.org/1999/xhtml">

 

<

 

head runat="server">

 

 

 

 

 

 

<title>Untitled Page</title>

 

</

 

head>

 

<

 

body>

 

 

 

 

 

 

<form id="form1" runat="server">

 

 

 

 

 

 

<div>

 

 

 

 

 

 

<telerik:RadScriptManager ID="rsm" runat="server" >

 

 

 

 

 

 

</telerik:RadScriptManager>

 

 

 

 

 

 

<telerik:RadSplitter ID="RadSplitter1" Skin="WebBlue" runat="server" BackColor="#f0f0f0"

 

 

 

 

 

 

Height="535px" Width="100%">

 

 

 

 

 

 

<telerik:RadPane ID="RadPane1" runat="server" Font-Bold="true" Font-Size="50px" >

 

 

 

 

 

 

</telerik:RadPane>

 

 

 

 

 

 

<telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Forward" />

 

 

 

 

 

 

<telerik:RadPane ID="RadPane2" Scrolling="None" runat="server"

 

 

 

 

 

 

BackColor="#f0f0f0" >

 

 

 

 

 

 

<telerik:RadGrid ID="ExcelSheetGrid" Skin="Vista" runat="server" AutoGenerateColumns="true"

 

 

 

 

 

 

BackColor="Transparent" GridLines="None" PageSize="10" ShowFooter="false" Width="99.8%"

 

 

 

 

 

 

AllowPaging="True" Height ="500px" OnNeedDataSource="ExcelSheetGrid_NeedDataSource" HeaderStyle-Wrap="true">

 

 

 

 

 

 

<HeaderStyle Width ="150px" />

 

 

 

 

 

 

<ClientSettings>

 

 

 

 

 

 

<Scrolling AllowScroll="True" SaveScrollPosition="true" FrozenColumnsCount="1" UseStaticHeaders="True" />

 

 

 

 

 

 

<Selecting AllowRowSelect="True" />

 

 

 

 

 

 

</ClientSettings>

 

 

 

 

 

 

</telerik:RadGrid>

 

 

 

 

 

 

</telerik:RadPane>

 

 

 

 

 

 

</telerik:RadSplitter>

 

 

 

 

 

 

</div>

 

 

 

 

 

 

</form>

 

</

 

body>

 

</

 

html>

 

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 21 Jan 2010, 01:40 PM
Hello Naveen,

This is a known problem with frozen columns in IE7. The issue is already logged in our bug-tracking system and hopefully our developers will address it as soon as possible.

However, In order to avoid this issue you could put the grid in non-expandable container. Please excuse us for any inconvenience this may caused you. 

Regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
naveen veda
Top achievements
Rank 1
answered on 27 Jan 2010, 09:03 AM
Can you guys provide a work around for this as this is critical for our project.

example :
Is there a way to move the hotizontal scroll bar to the left of the grid before collapse/Expand so that the scroll bar does not disappear
or
Repaint the grid on client side before collapse/Expand
or
Remove the Frozen column at the time of Collapse/Expand and Reintroduce it after Collapse/Expand

anything...

Thanks
Naveen
0
Pavlina
Telerik team
answered on 27 Jan 2010, 03:02 PM
Hi Naveen,

Unfortunately there is no workaround for this issue yet but our developers are investigating the possibilities for finding such.

Please, excuse us for the inconvenienced caused.

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
naveen veda
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
naveen veda
Top achievements
Rank 1
Share this question
or