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

make columns size fixed

3 Answers 91 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ihab
Top achievements
Rank 1
Ihab asked on 08 Apr 2010, 04:48 PM
hi,
i have a project fully of radgrids
all of them have columns the problem that the field has large date lets the grid strech more than size of the grid
i tried to fix using
HeaderStyle-Width="200px" ItemStyle-Width="200px"
alsoi tried using
DataFormatString="<nobr>{0}</nobr>"
i know this problem is not appear using scrolling feature
but i need to use the paging

any help,
Ihab

3 Answers, 1 is accepted

Sort by
0
Thanh Dang
Top achievements
Rank 2
answered on 08 Apr 2010, 06:16 PM
Did you try TableLayout="Fixed" in MasterTableView?
0
Ihab
Top achievements
Rank 1
answered on 08 Apr 2010, 06:35 PM
thanks a lot
this works but partially
i need all data to be seen in the visible space of cell
actually i can make the columns resizable but i want to leave it fixed and rest of the data to be continued down in a new line of same cell
(all data visible in the cell)

thanks and waiting ur support
0
Thanh Dang
Top achievements
Rank 2
answered on 08 Apr 2010, 06:53 PM
I'm not sure but ItemStyle's Wrap="true" should solve this.

Tags
Grid
Asked by
Ihab
Top achievements
Rank 1
Answers by
Thanh Dang
Top achievements
Rank 2
Ihab
Top achievements
Rank 1
Share this question
or