Hi all
I have a multiline unbound column on my grid. I use a formula to fill the column: trim([KAADR1]) & char(10) & trim([KAADR2]) & char(10) & trim([KAADR3])
When i runn it, the column looks great. line breaks are there. when i enter edit mode, the line breaks are gone... i want to copy the text from the edit mode and paste it into notepad and the line breaks should be persistent (no real editint of the cell content is required). how can i do it?
thanks for your help.
Regards,
Michael
Hi Michael,
Instead of using char(10), you should use Environment.NewLine.