printView() .... problem

Hi,

I have the follow strange problem:



- I have included “dhtmlXGrid_nxml.js”

- I made the button: print



1) on my computer in localhost works great: open a new page with the printable grid



2) on the server on-liine this doesn’t work: javascript debugger return me: “mygrid.printView is not a function”



someone can help me with a tip?



thx,

Fabio


Most probably problem caused by the file naming, the exact name of file is
        dhtmlxgrid_nxml.js ( lowercase )



Windows based software doesn’t differ file by letter case, but for Mac|Linux based software file name with upper case and lower case are two different files.
Please be sure that you are using exact file name case


Yes!



I’s correct!



Thank you very much!



Fabio