Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by husal on May 11, 2009 20:00
open dhtmlx forum
how to represent header in CSV like header in XML format

hi,

how to represent the following XML format in CSV format ?

<?xml version='1.0' encoding='iso-8859-1'?>
<rows><head><column width='10' type='ro' align='left' sort='str' xmlcontent='1'>Value</column><column width='330' type='ro' align='left' sort='str' xmlcontent='1'>Types</column><settings><colwidth>px</colwidth></settings></head></rows>

regards
husal
Answer posted by dhxSupport on May 12, 2009 01:15
Unfortunately CSV format doesn't support configuration part. CSV format can contain only grid's dates.