Javascript Error on running grid methods from XML

I tried to run grid methods from XML as follows:





    



        

            

                false,false,false,false,false,false

            

            

                left,center,left,right,left,left

            

        

    





Got Javascript error as follows:



dhtmlxgrid.js: Line 483

this[arr[i].getAttribute(“command”)] is undefined



I’m using dhtmlxgrid.js v.2.1 build 90316, professional edition, and Firefox 3.



Am I missing something?



Thanks in advance for your help.



There is no such method setEnableResizing. You should chage it to enableResizing

Thanks!  I knew it is something very obvious.  Thanks for the quick response.