Iam getting the following error in the dhtmlxgrid.js:
f_list+=(headCol[i].firstChild?headCol[i].firstChild.data:"").replace(/^\s*((.|\n).+)\s$/gi,"$1")+this.delim;--------- ‘undefined’ is null or not an object
What could be the possible reasons for this error?
The problem caused by some specific content, inside of column tag in configuration XML
So far there were no report about similar problem , so I’m pretty unsure what is the reason of problem, if it still occurs - please provide the configuration XML which cause such error
( Most probably you have some non-text content inside column tag )
i got the same error and it occured when i made a coro column with options. it caused this error because i declared the options before putting the column text in.
it worked fine after putting the column text before the combo options
We can’t reproduce this issue locally. Please provide sample where we can reproduce this issue including files which you are using to init grid. What version of dhtmlxGrid do you use?