Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Alex Skorohod on Jul 29, 2009 05:44
open dhtmlx forum
dhtmlxGrid XML loading

An error in the XML parsing prevents setting the #cspan or #rspan headers. The regular expression used '/^\s*((.|\n)*.+)\s*$/gi, "$1"' will not remove the new line character for the column name, the expression should be '/^\s*((\s\S)*.+)\s*$/gi, "$1"'.
Answer posted by Support on Jul 29, 2009 07:43
Problem is confirmed.
We will update this part of logic in next build
Thanks for provided solution.