I have an XML source from a third party that has periods in the name. Periods are valid XML name characters, so there should be no problem there.
When rendering, jqxGrid is drawing a blank cell value for those columns, even though there is data.
This issue does not occur if the source is JSON, but otherwise the same names.
I have a minimal reproducible example here for the XML version failing: http://jsfiddle.net/07xpe8nL/2/
Here’s another example with JSON where this is working correctly: http://jsfiddle.net/jxbhzmoL/2/
Can this be confirmed to be an issue?