Home All Groups Group Topic Archive Search About
Author
15 Jun 2005 3:10 AM
Vishwanathan Raman
I am having a DataGrid that uses a template to display information. One row
of the tamplate has Info1,Info2,Info3. Info1 sometimes gets too long
resulting in increase of the width of the DataGrid.I tried putting in a fixed
width for that cell.It never wraps.It goes beyond the display screen.
Kindly help.

Regards
Vishwanathan

Author
15 Jun 2005 3:41 PM
Harolds
<asp:TemplateColumn HeaderText="Info 1">
  <HeaderStyle width="60"></HeaderStyle>

Show quoteHide quote
"Vishwanathan Raman" wrote:

> I am having a DataGrid that uses a template to display information. One row
> of the tamplate has Info1,Info2,Info3. Info1 sometimes gets too long
> resulting in increase of the width of the DataGrid.I tried putting in a fixed
> width for that cell.It never wraps.It goes beyond the display screen.
> Kindly help.
>
> Regards
> Vishwanathan