Skip to main content
Known Participant
March 24, 2021
Solved

Un-Wrap text in editable grid

  • March 24, 2021
  • 3 replies
  • 3 views

Hi,

I have an editable grid which has time in cells (below)  want to display it un-wrapped (in single line like 3:00 AM, 3:30 AM), please help me with it.

    Best answer by carloss662

    You can replace the space with char(160). Notice that this will force a horizontal scroll bar to show up.

    3 replies

    Participating Frequently
    March 24, 2021

    You can replace the space with char(160). Notice that this will force a horizontal scroll bar to show up.

    Known Participant
    March 25, 2021

    Worked Thanks!

    mikes0011
    Brainy
    March 24, 2021

    To me the best way to handle this (where the use case permits) would be to manually adjust the column sizes and make sure they're likely to be wide enough to fit the whole value.

    The Expression Guru