hi
I have issue in Datagrid in Firefox where my XML node length is more than 4k. if it exceeds more than 4k ie(6316 characters) my grid value is showing Empty.
This is an old topic but I didn’t like how dhtmlx dev just gave up on the problem. We are using the dhtmlx tree and I was able to get a fix in. Please bear in mind that I only have the obfustacated code.
In dhtmlxtree.js, update the content method. The “wholeText” attribute has the complete value. This will fall back to using the “data” attribute, which is what dhtmlx was using originally: