Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by jacks on Feb 12, 2009 07:04
open dhtmlx forum
how to add delimeters between one row data and another row data ... please help me.............to solve this problem

how to add delimeters between one row data and another row data ... please help me.............to solve this problem
var ss=mygrid.serializeToCSV();
Answer posted by dhxSupport on Feb 12, 2009 08:23

setCSVDelimiter(str), str - delimer used in CSV operations, comma by default ( only single char delimeters allowed )

This method is availible at PRO version only