I have a string that includes multiple carriage return '\n'. When I set it to the footer, it ignores all my carriage return within my string.
this.Columns[LabelColumn].Footer.RowLayoutColumnInfo.SpanX = this.Columns.Count - 1;
this.Columns[LabelColumn].Footer.Style.Wrap = true;
Any idea?
Thanks,
ilu
try using </br>
Cool. It works. Thanks!