DataProcessor is not defined

i’m allways getting “DataProcessor is not defined” error message from browser and dont figure out why.

i’m using: DataProcessor v.1.0 build 71114





        

<script type="text/javascript"src=“lib/dhtmlxGrid/codebase/dhtmlxgridcell.js”>







i included all needed scripts and checked paths several time

and i load the grid with the grid i posted below. loading the grid works fine. but the “new data processor is not created” and therefore update.aspx is not called from the script







would be realy cool if u have any suggestsions for me



thx

The correct command would be
myDataProcessor1 = new dataProcessor(“xml/update.aspx?ViewID=1”);
Javascript is case sensitive language and correct name of object started from lowercase letter

yahhh great i think i have to thank VS and Intellisence for this D

thxn and sorry for that shitty question