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

Column width resizing.

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Indranik
Top achievements
Rank 1
Indranik asked on 04 Dec 2008, 04:51 AM
when a radgrid's column is resized ( widthwise ) the width of the radgrid should not change but should remain the same. This is happening perfectly fine in IE but in Mozilla firefox the width if the grid changes as well which should not happen.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Dec 2008, 07:17 AM
Hi Indranik,

Have you enabled ResizeGridOnColumnResize property to true? If so try setting it to false to prevent the resizing of the Grid on  column resize.

ASPX:
 <ClientSettings  > 
                <Resizing  AllowColumnResize="true"  ResizeGridOnColumnResize="false" /> 
       </ClientSettings> 


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