Categories | Question details Back To List | ||
DHTML Grid Greetings: I have double, triple and quadrupled all of my source links and nothing shows up on the html. Content loads from external xml, but nothing appears but the header and container. Any ideas? http://www.reinos.net/manufacturers.html Answer posted by dhxSupport on Feb 11, 2009 04:52 Please read this step-by-step instruction and chek if your xml has data. http://dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_basics.html#grid_sbs_basics Answer posted by Support on Feb 11, 2009 05:30 It seems that you have modified dhtmlxgridcell.js ( it differs from original one ) Currently dhtmlxgridcell.js contains syntax error which prevent correct work. line 205 (val//"") must be (val||"") Answer posted by Lauren on Feb 11, 2009 07:49 BRILLIANCE! Thanks so much! |