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

How to Wrap a cell content

1 Answer 610 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nikhil Jain
Top achievements
Rank 1
Nikhil Jain asked on 16 Dec 2010, 02:24 PM
How can I Wrap a Cell content in a Grid while Resizing the column. If a size of a colum goes smaller the cell text must be wrap in downward / Upward direction , So that whole text in a cell will be shown.

1 Answer, 1 is accepted

Sort by
1
Maya
Telerik team
answered on 16 Dec 2010, 02:34 PM
Hello Nikhil Jain,

You may use the TextWrapping property of the column:

<telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" TextWrapping="Wrap"/>
 

Greetings,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
GridView
Asked by
Nikhil Jain
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or