Page 1 of 1
Overflow text in a Data Grid table?
Posted: Fri Jan 15, 2021 12:12 pm
by MichaelBluejay
I don't suppose there's an easy way to get long text in one cell to overflow into the next cell in a Data Grid table, the way it would naturally in a spreadsheet?
Re: Overflow text in a Data Grid table?
Posted: Fri Jan 15, 2021 2:53 pm
by dunbarx
Michael.
Trevor is the only one who would really know, but I think not. You can maybe kludge this, though?
Craig
Re: Overflow text in a Data Grid table?
Posted: Fri Jan 15, 2021 3:31 pm
by mrcoollion
I do not think it is an overflow in excel but more of an over-projection. Because there is no data in the overflown cell and as soon as you enter something in the overflown cell there is no overflow anymore.
Regards,
Paul
Re: Overflow text in a Data Grid table?
Posted: Fri Jan 15, 2021 5:49 pm
by MichaelBluejay
Well, that’s what I want: when there’s no data in the next cell, I’d like the first cell to overflow into the next.
Re: Overflow text in a Data Grid table?
Posted: Fri Jan 15, 2021 10:20 pm
by dunbarx
Just like a table field, a dataGrid uses a "phantom" field to enter data. It is this that you see as the editable field, and which overlies the actual field of interest in the group. A kludge, assuming we do not hear from Trevor, is to create your own semi-permanent overlying field and manage it depending on the length of its text.
This seems both easily doable and very awkward.
Craig