Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Paxton Scott on May 30, 2008 13:16
open dhtmlx forum
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
Answer posted by Support on Jun 02, 2008 02:15
You can use an array as second parameter, in such case you need not care about delimiter


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