Categories | Question details Back To List | ||
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"]) |