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

[Solved] Scrolling skips some columns

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 23 Sep 2009, 09:53 PM

Hi,

I'm using a grid with auto-generated columns.  Datasource is assigned to the grid at run time (assigned a datatable).

I'm using scroll wth frozen columns:

 

<

 

Scrolling AllowScroll="True" UseStaticHeaders="true" FrozenColumnsCount="7" />

 


There is a large number of columns, i.e. 100+ (a lot of data).   I also assigned column width in code at ColumnCreated time.

The grid displays perfectly.  It displays about 26 columns at any given time with first 7 frozen. So, when the grid first displays, one can see columns 1 through 7 (frozen) and 8 through 25  When I click to the right of the scrollbar, I expect to see columns 1 through 7 (frozen) and 26 through 43.  Instead, the grid would display 1 through 7 and 35 through 52, essentially skipping some columns.  Not good from a user's standpoint.

What would account for this odd behavior?  Would hidden columns cause this?  I appreciate any advise.

Thanks.

Barry



1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 24 Sep 2009, 11:04 AM
Hello Barry,

I was not able to reproduce the problem and kindly ask you to open a formal support ticket and send us a simple running project (incl. CSS, images, skins, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). Thus we can reproduce and pinpoint the problems you're facing on our side and provide a solution.

Looking forward for your reply.

Sincerely yours,
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
Barry
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or