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

[Solved] Grid headers resize in add mode

1 Answer 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe Loux
Top achievements
Rank 1
Joe Loux asked on 15 May 2008, 06:50 PM
In the RadGrid that we are using whenever the Add button is clicked the column headers resize on their own.  Is there any way to keep this behavior from happening?  We are using a custom insert form. Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 May 2008, 06:02 AM
Hi,

Try setting the TableLayout to Fixed in the aspx.

ASPX:
<MasterTableView   TableLayout="Fixed" EditMode="EditForms" > 


Shinu.
Tags
Grid
Asked by
Joe Loux
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or