J
JB
Hello
I using ASP.NET and dragged a GridView who’s datasource is a DataSet
onto the web page. One of the columns in the dataset is a description and
one of the columns in the dataset holds comments. I dragged the GridView
from the toolbox so all of the columns in the GridView are of the default
size. The problem is that once I start paging thru the GridView sometimes
the description column and/or the comments column in the datasource/dataset
contain a lot more text than the default size of the GridView column when it
was dragged onto the web page. Consequently when one of those description or
comments columns full of data from the datasource/dataset populates the
GridView it forces the corresponding Gridview column to expand beyond its
default size thereby causing the GridView to crash. I have used “Wrap=trueâ€
and changing the size properties but it doesn’t help. How can I change the
GridView so that it will support the description and comments column when
they are full of text?
JB
I using ASP.NET and dragged a GridView who’s datasource is a DataSet
onto the web page. One of the columns in the dataset is a description and
one of the columns in the dataset holds comments. I dragged the GridView
from the toolbox so all of the columns in the GridView are of the default
size. The problem is that once I start paging thru the GridView sometimes
the description column and/or the comments column in the datasource/dataset
contain a lot more text than the default size of the GridView column when it
was dragged onto the web page. Consequently when one of those description or
comments columns full of data from the datasource/dataset populates the
GridView it forces the corresponding Gridview column to expand beyond its
default size thereby causing the GridView to crash. I have used “Wrap=trueâ€
and changing the size properties but it doesn’t help. How can I change the
GridView so that it will support the description and comments column when
they are full of text?
JB