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

Grid resizing after load

2 Answers 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 24 Nov 2008, 04:25 AM
I have a grid with the ClientSetting AllowScroll set to true. When this is set though the grid resizes itself after page load to set it up to the correct size. This is visually quite annoying. Is there anyway to get around this?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Nov 2008, 07:16 AM
Hi Craig,

Try setting TableLayout to fixed and see if it helps.

ASPX:
<MasterTableView DataSourceID="SqlDataSource1"   TableLayout="Fixed"   > 


Thanks
Shinu
0
Craig
Top achievements
Rank 1
answered on 24 Nov 2008, 11:51 AM
Thanks, I had already done that but it didn't help. 
Tags
Grid
Asked by
Craig
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Craig
Top achievements
Rank 1
Share this question
or