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

Failed to change column size

2 Answers 74 Views
GridView
This is a migrated thread and some comments may be shown as answers.
RobertoCorona
Top achievements
Rank 2
RobertoCorona asked on 11 Oct 2010, 01:05 AM
After opening a new form and return to the window where the grid, this can not change the column size as normal

Video show error Filename "Error Grid":
Error grid.swf

2 Answers, 1 is accepted

Sort by
0
Accepted
Emanuel Varga
Top achievements
Rank 1
answered on 11 Oct 2010, 07:30 AM
Hello Roberto,

Are you suspending layout of the grid or any other elements of the grid on the opening form?

Call a resume layout on the TableElement after the form is closed from the main form:
this.radGridView1.TableElement.ResumeLayout(true, true);

It should solve your problems, i had the same problem with the reporting interface.

If you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
0
RobertoCorona
Top achievements
Rank 2
answered on 11 Oct 2010, 03:07 PM
Thank you very much, the solution works perfectly.
Tags
GridView
Asked by
RobertoCorona
Top achievements
Rank 2
Answers by
Emanuel Varga
Top achievements
Rank 1
RobertoCorona
Top achievements
Rank 2
Share this question
or