Hi Isomorphic,
I have one strange problem. My data contains '\n'
and this is converted to '<br>' as display value of ListGridField.
ListGrid property "FixedRecordHeights" is set to "true".
Do you have any assumptions about where this comes from?
My expectation is that '\n' will simply be ignored when displayed in ListGrid if "FixedRecordHeights" is set to true.
SmartClient Version: v12.0p_2019-12-14/PowerEdition Deployment (built 2019-12-14)
Best,
Pavo
I have one strange problem. My data contains '\n'
Code:
TEST_FIELD:"SmartPad AG\ntest\ntest\nasadasdf (Pan Peter)",
ListGrid property "FixedRecordHeights" is set to "true".
Do you have any assumptions about where this comes from?
My expectation is that '\n' will simply be ignored when displayed in ListGrid if "FixedRecordHeights" is set to true.
SmartClient Version: v12.0p_2019-12-14/PowerEdition Deployment (built 2019-12-14)
Best,
Pavo
Comment