addRow function text delimeters

I use the addRow function to stuff some tree grid rows. I have commas in my text, so need a different column delimitor in the text field.
What is the best solution?
Thank you and have fun,

Paxton

You can use an array as second parameter, in such case you need not care about delimiter


grid.addRow(id,[“val1”,“val2”,“val3”,“val4”])