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

[Solved] <ItemStyle Wrap="true" /> doesn't work

1 Answer 230 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 16 Jun 2009, 12:00 PM
Hello,

we need to have the row height automaticly, the following code doesn't work:

<telerik:GridBoundColumn UniqueName="DATEINAME" HeaderText="Dateiname" DataField="DATEINAME" Groupable="false" Display="true">  
   <HeaderStyle Width="430px" /> 
   <ItemStyle Wrap="true" /> 
</telerik:GridBoundColumn> 

any idea?

Christian

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 16 Jun 2009, 01:44 PM
Hello Christian,

I suppose you have a long text without spaces in your grid column. If thats the case, you can refer to the following forum thread which discusses on various options to manipulate cell content:

Hope this helps,
Shinu.
Tags
Grid
Asked by
Christian
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or