I ma using Grid view for bind Some text ....
if the text is too long like(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa)...
when my page is expanded the design is collopsed... but Same text is having any space its automatically come to next line
how to i avoid this problem...
<telerik:GridBoundColumn HeaderText="Message" DataField="Description" UniqueName="Description"></telerik:GridBoundColumn>
i put ItemStyle-Wrap property but ther is no change