this is my Access database
as you see in Blood Group Row I have a multiline in testUnit Column A+, A-, O+, O-, etc...
my problem is below
Why dataGridView display these lines text between divs ?
I set Wrap-text true
but it doesn't solve my problem ..
the expected output in datagridview
- A+
- A-
- O+
- O-
( without div tag )
I SOLVED THIS QUESTION AFTER CHANGE SOME THING IN DATABASE
DATATYPE of field (field used to store many lines in) SHOULD BE Long Text
and make the TextFormat plain text as show below