dhtmlxgrid_excell_calendar.js

If I include dhtmlxgrid_excell_calendar.js, I am getting “’_js_prefix’ is undefined” error.
Also I have included the follwowing files in the given order.
dhtmlxcommon.js
dhtmlxgrid.js
dhtmlxgridcell.js
dhtmlxgrid_excell_link.js
calendar.js

I included dhtmlxgrid_excell_calendar.js file at last.
Do i need to include any other files to use dhtmlxgrid_excell_calendar.js file?

Try to add following code to your page:

<script>_css_prefix="../../codebase/"; _js_prefix="../../codebase/"; </script>