Good Day Everyone
I have created a GridView, that one of it's cells has a string that i has multiline on it.
but the problem is it does not break or having a newline
here's my example:
Content:
Name: John Smith
Age: 18
but the result on Gridview is this
Content:
Name: John Smith Age: 18
I'm using VB.NET codes so i hope anyone can help me on this.
Go to the complete details ...