Gridview 256 character cell limit?

  • Thread starter Thread starter jobs
  • Start date Start date
J

jobs

There appears to be a 256 character cell limit on gridviews. Is there
a way to increase this ?

ControlStyle-Width="1000" does not seem to do it.

Thank you for any help or information.
 
Howdy,

ControlStyle-Width="1000" has nothing to do with number of characters. It
represents visual width of the cell (in pixels, as percentage, etc). I quess
your data source returns only first 256 characters for this column (check
table schema in database or review select statement if result is truncated)

Hope this helps
 
Back
Top