I'm using an UltraGrid in card mode to present a dialog-box like display - by binding the grid to the entity I can quickly display lables/fields without copying data about by hand in code.
Some of these strings are long, so I tried to break them up with \r\n but this just left little square boxes in the cells. So then I tried Environment.NewLine, and got the same result.
Is there a switch I need to throw to get these to display correctly?
Maury
Answer: it does - works like a champ!
Hi Maury,
Try setting CellMultiLine to true on the column. Not sure that works in CardView, but I think it does.