NotZippy,
Thanks for your input, I found the issue.
I was setting the LzDatapath replication to normal, by default it's lazy.
Thanks again
-Daniel
Not Zippy wrote:zDatapath( r , { replication
Sorry, I'm not that familiar with the grid component
(Although that behavior sounds pretty strange)
On 12/5/06, *Daniel Williams* < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
NotZippy,
The docs for 3.3.3 , stated that if you set width and height, the
multiline attribute defaults to true.
I've tried this,
<text multiline="true" datapath="@data"/>
<text width="50" height="30" datapath="@data"/>
<text multiline="true" width="50" height="30" datapath="@data"/>
With the same results. It's not that multiline isn't working, it's
working great,
Withing a grid, when multiline is true, you have one row, not for
example, 100 rows of data displayed.
The 100 rows are placed within that one text tag.
Thanks
-Daniel
Not Zippy wrote:
> You must specify a width or the multiline is ignored.
>
> On 12/5/06, *Daniel Williams* < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>> wrote:
>
> Hi,
> I'm want to do a word wrap for fields in a gridcolumn.
> Can anyone point me in the right direction on how to get this to
> work?
>
> I've tried a <text multiline="true" datapath="@data">, but
it loads
> every line of data
> onto that one line.
>
> Thanks up front.
> -Daniel
>
>