Wordwrap DataGrid Columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there, I create a report online with basically a dump of loads of tables.
One of them has 27 columns and as such it ignores the datagrid.width property
and goes right along the screen in a landscape fashion. the users want to
print out in portrait however and i cant work out how to tell .net to
wordwrap at column no. x ??

Any ideas? I can query how many columns there are but cant seem to get into
the datagrid at the point of this column and put in a <br> ..?
 
Back
Top