Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sishir Maharjan on Dec 11, 2008 05:01
open dhtmlx forum
custom xml format

Hi I had same problem as following url

http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=5&page=2&q=6344&ssr=yes&s=change%20tags

I downloaded the patch given in that post but i m confused how do i use it? tried to include from the html file and also tried to copy and paste code but it didn't work. Can you please help me how can i apply the patch?
Answer posted by Support on Dec 11, 2008 07:21
Just include attached js file after dhtmlxgrid.js or add its code to the end of dhtmlxgrid.js 
Attachments (1)
patch.js1.34 Kb
Answer posted on Dec 11, 2008 09:39
When i include js file just after dhtmlxgrid.js i get following error

Error: Expected ';'

This error comes only when i include the js file. but still with this error i can get data will cell node unchanged i.e. i can get value with nodes <cell> 134 </cell>

but if i add the patch code at the end of dhtmlxgrid.js then i get the same error and also data does not populate in grid. please help me to resolve it.


Answer posted by Sishir Maharjan on Dec 11, 2008 22:15
ok i fixed it. the patch you sent had space which caused error.

following was the error line code
var cellsCol = this.xmlLo  ader.doXPath(this.xml.cell, xml);

which when made as follows ran
var cellsCol = this.xmlLoader.doXPath(this.xml.cell, xml);


Answer posted by Support on Dec 12, 2008 01:49
Sorry for inconvenience, previously attached patch was really broken during upload.
Attachments (1)
patch.js1.33 Kb