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

Resize Problem

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Appu
Top achievements
Rank 1
Appu asked on 04 Jul 2009, 07:59 AM

Hi

      I am facing the problem in column rezising, i set the all of column width as fixed according to the table data. But the problem once i start to resize the column, it resizes the entire grid, so that i could not get the result as i expected.

I also set the ResizeGridOnColumnResize. But resize works on wothout giving Fixed column width.

Plz clarify me this doubt as soon as possible

Regards,
Appu

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Jul 2009, 06:46 AM
Hi Appu,

ResizeGridOnColumnResize property lets you specify whether the entire grid changes size when its columns are resized.

When this property is set to False (the default), the grid preserves its size and resizes the rest of the columns evenly.

If you set ResizeGridOnColumnResize to True, the grid changes its size dynamically when the user resizes a column. All other columns retain their original sizes. You may go through the following help article to get get more details about column Resizing.

Resizing columns

Shinu


Tags
Grid
Asked by
Appu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or