Rows will not display


I am using this definition







and this XML











Trans. Ids



Date



Type



EmptyTest



Card Log



PCR Transaction



OTHER



CAR







Description



null



px















1135



06/06/2007



0a040081006b52a1a461dcaf21bb0673



A new claim for Admin Admin















192



06/06/2007



0a040081006b52a1a461dcaf21bb0673



A new claim for Admin Admin















455



06/06/2007



0a040081006b52a1a461dcaf21bb0673



A new claim for Admin Admin















but I only get the column headers displayed, any assistance greatly appreciated.

I reconstructed you sample locally and it works correctly, the only thing which need to be checked - do you included all necessary js files ?
The js code for “calendar” excell stored in separate js file - dhtmlxGrid_excell_calendar.js  - and if it was not included the rendering will stoped after drawing headers ( same as in your case )

   
    <script  src="…/js/dhtmlXGrid_excell_calendar.js">

please check samples/calendar.html





I ran the same code in Firefox and saw this error

aeditor.setValue is not a function
_fillRow(tr, ["1135", "1135", "A new claim for Admin Admin", 1 more...])dhtmlXGrid.js (line 294)
_fillRowFromXML(tr, row, -1, null)dhtmlXGrid.js (line 329)
_innerParse([row, row, row], 0, -1, null, 0)dhtmlXGrid.js (line 332)
parseXML(Document , 0)dhtmlXGrid.js (line 321)
loadXMLString(Window RequestCommandServlet)dhtmlXGrid.js (line 43)
loadXMLString("Trans. Id<column width="1...")dhtmlXCommon.js (line 9)
loadXMLString("Trans. Id<column width="1...", undefined)dhtmlXGrid.js (line 40)
setGridSize()RequestCommandSer... (line 482)
loaded()dojo.js (line 494)
callLoaded()dojo.js (line 574)
modulesLoaded()dojo.js (line 566)
dj_load_init(load )dojo.js (line 1374)
aeditor = this.cells4(r.childNodes[i]);aeditor.setValue(val)

This is pretty strange error.  It means that exCell editor was created by has not setValue methods, but such method must present in all exCells, nested from base editor.
The only idea which I have - the problem can be caused by order of js files. The dhtmlxGridCell.js, which contains base exCell object need to be included before any additional excell files.