Conflict with dataprocessor for gantt and grid

I’m using dhtmlx Grid and Gantt in the same page and when data processor is used for grid it conflicts with gannt js file. I receive “Error type: Load XML” alert

Can you please give a suggestion solution

Please, try to include the sources for the dhtmlxGantt after the sources of the dhtmlxGrid on your page:

<script src="codebase/dhtmlxgrid.js" type="text/javascript" charset="utf-8"></script>
<script src="codebase/dhtmlxgantt.js" type="text/javascript" charset="utf-8"></script>

If the problem still occurs for you please, provide a complete demo or share a demo link, where the problem can be reconstructed locally.

Thank you sematik
Earlier I used only dhtmlxgantt.js
Now its works!