Connecting Tech Pros Worldwide Forums | Help | Site Map

Gridview 256 character cell limit?

jobs
Guest
 
Posts: n/a
#1: Feb 24 '07
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.


=?Utf-8?B?TWlsb3N6IFNrYWxlY2tpIFtNQ0FEXQ==?=
Guest
 
Posts: n/a
#2: Feb 24 '07

re: Gridview 256 character cell limit?


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

--
Milosz


"jobs" wrote:
Quote:
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.
>
>
Closed Thread