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

Problem with frozen column's

3 Answers 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ruben
Top achievements
Rank 1
Ruben asked on 28 Oct 2008, 11:18 PM
Hi team telerik

When I'm moving the scroll bar left to right, and then I move the scroll bar  right to left, the scroll bar dont'n  work.

My version of controls is asp.net ajax 2008 q1

Code:
<telerik:RadGrid ID="rgdPresupuesto" runat="server" 
                                GridLines="None" AllowPaging="True"  
                                AllowCustomPaging="True"  Width="99%"  
                                Skin="Office2007" AutoGenerateColumns="False"  
                                onitemdatabound="rgdPresupuesto_ItemDataBound"  
                                onneeddatasource="rgdPresupuesto_NeedDataSource" > 
                                <ClientSettings AllowExpandCollapse="true" > 
                                    <Scrolling UseStaticHeaders="true" FrozenColumnsCount="1" AllowScroll="true"  
                                        ScrollHeight=""  /> 
                                </ClientSettings> 
                                <MasterTableView  > 
                                    <Columns> 
                                        <telerik:GridBoundColumn  DataField="Descripcion" HeaderText="Presupuesto por Mes" > 
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Enero" HeaderText="Enero"></telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Febrero" HeaderText="Febrero"
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Marzo" HeaderText="Marzo"
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Abril"
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Mayo" HeaderText="Mayo">                                        </telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Junio" HeaderText="Junio" > 
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Julio" HeaderText="Julio" > 
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Agosto" HeaderText="Agosto" > 
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Septiembre" HeaderText="Septiembre" > 
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Octubre"  HeaderText="Octubre" > 
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Noviembre"  HeaderText="Noviembre" >  
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Diciembre" HeaderText="Diciembre"
</telerik:GridBoundColumn> 
<telerik:GridBoundColumn DataField="Total" HeaderText="Total" > 
</telerik:GridBoundColumn> 
                                    </Columns> 
                                </MasterTableView>           
                                <PagerStyle Mode="NextPrevAndNumeric" /> 
                            </telerik:RadGrid> 

thank's team telerik.

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 30 Oct 2008, 12:54 PM
Hello Ruben,

Could you please try the latest version? There are multiple changes since Q1 release concerning the depicted functionality.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ruben
Top achievements
Rank 1
answered on 19 Nov 2008, 05:05 PM
in all navigators dont'n work, mozilla firefox 3.x, internet 7,netscate 9.x

i donwload the last version, asp.net ajax q3 2008, but dont work

please, i need help.

thank's
0
Sebastian
Telerik team
answered on 24 Nov 2008, 09:28 AM
Hello Ruben,

Can you please check whether the following online demo of the product works properly under IE/Gecko-based browsers:

http://demos.telerik.com/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/FrozenColumns/DefaultCS.aspx

If it operates normally on your machine and you still have a problem with your particular example, please provide a live url (where the issue can be observed) or prepare a stripped working version of your project and send it enclosed to a regular support ticket. We will test/debug it locally and will get back to you with more info on the subject.

Best regards,
Stephen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Ruben
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Ruben
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or