grid will not display

Hi,

I have a web application using dhtmlxgrid. I have developed it on a local server on my PC and it works perfectly.

I have uploaded all the files to a webserver but the dhtmlxgrid parts of the webiste do not display. I added a few alerts and it appears it is failing at the create new grid line. it looks at though the code cannot include all the script files containg the dhtmlx code?

see code below:

any suggestions?
Regards
Angus

In latest version all file names in lowercase, while you are using mixed case ( it is not important for win pc, but is critical for linux based servers )

Thanks for the response, much appreciated.