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

Grid not resizing properly

1 Answer 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Cuthahotha
Top achievements
Rank 1
Cuthahotha asked on 17 Dec 2009, 09:44 PM
I have a grid view.  dozen or so columns.  When i resize my form, the gridview resizes until i reach the edge of the last column.  At that point it doesn't resize any narrower.  I would have expected it to go as small as i need it, and use scroll bars to show columns.

I've got a demo in 2 hours and it looks like crap on the resolution of my lap top screen. 

NEED HELP QUICK PLEASE.

ADDED INFO

I beleive I've narrowed it down to an issue with the GridView and the Silverlight ScrollViewer.  I'm using the Silverlight Navigation Application template to start the programming.  The nesting hierarchy looks like this.  Grid > ScrollViewer > Border > Grid > GridView.  The problem goes away when I take the Gridview out and just stick it in the grid, outside the scroll viewer.

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 23 Dec 2009, 08:57 AM
Hello Cuthahotha,

We have already addressed a similar issue. Can you try to update your binaries to the latest internal build? Also you should take into account what is the ColumnWidth property of the grid as well as each column's width.

Best wishes,
Stefan Dobrev
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
GridView
Asked by
Cuthahotha
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or