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

[Solved] Horizontal Scrolling in Prometheus

1 Answer 150 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert O'Dell
Top achievements
Rank 1
Robert O'Dell asked on 05 Feb 2008, 08:57 PM
I've built a grid that is fully populated on page startup, so it should be at maximum width, but is in a second pageview.  The first pageview allows the user to select columns.  I then iterate through the checkbox list and hide any column not checked.

What I'm finding is that prometheus will squeeze the columns to fit the window rather than add a scroll (client setting for allowscroll is set) and I can't get the scroll bar to show.

I think this is an issue with prometheus since I copied the page changed the assembly and prefix to rad controls (and removed the export setting) and found that the scroll bar shows up as expected.

Is there some additional setting in the prometheus grid that I'm missing

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Feb 2008, 12:56 PM
Hi Robert O'Dell,

By default the table layout of RadGrid (when scrolling and static headers are enabled) is set to auto under IE only. Can you please check whether changing the MasterTableView's TableLayout property to Fixed alleviates the discrepancy you stumbled upon?

Additional details about how to fine-tune the horizontal/vertical scrolling behavior of RadGrid you can find under the Description tab of this online demo:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Client/Scrolling/DefaultVB.aspx


Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Robert O'Dell
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or