Hello,
I'm trying to format a data item so it displays on two lines, I need the id, last name and first name to display on the first line and the details to display on the second line (see xml snippet below).
I don't have much experience with the data grid so any samples would be appreciated. Thank you.
<something>
<scratch>
<id>1</id>
<last_name>Peacock</last_name>
<first_name>Margaret</first_name>
<details>long notes or description goes here</details>
</scratch>
</something>
Let me put it this way:
While StressLevel Is High
Productivity -= 1
Marriage = Nothing
End While
I'm trying to format a data item so it displays on two lines, I need the id, last name and first name to display on the first line and the details to display on the second line (see xml snippet below).
I don't have much experience with the data grid so any samples would be appreciated. Thank you.
<something>
<scratch>
<id>1</id>
<last_name>Peacock</last_name>
<first_name>Margaret</first_name>
<details>long notes or description goes here</details>
</scratch>
</something>
Let me put it this way:
While StressLevel Is High
Productivity -= 1
Marriage = Nothing
End While