Hi,
I’m trying to fill a grid that has 2 columns with a CSV string. Here’s the code:
The grid is created properly and the first column is populated correctly, but the second column is left blank. Am I structuring the CSV string wrong? How can I fix this?