Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Fabio Vaona on May 15, 2008 03:00
open dhtmlx forum
printView() .... problem

Hi,
I have the follow strange problem:

- I have included "dhtmlXGrid_nxml.js"
- I made the button: <a href="javascript:;" onclick="mygrid.printView();">print</a>

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
Answer posted by Support on May 15, 2008 05:00

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

Answer posted by Fabio on May 15, 2008 05:51

Yes!

I's correct!

Thank you very much!

Fabio