dhtmlx grid

Thank you for your replay. Now it is working fine.



Is that possible to place more than one dhtmlx component in same page? Because in my page am using two dhtmlx combo and one grid. After placing the dhtmlx grid am getting one js error “Object doesn’t support this property or method” It is showing for the combo component. I am using the same dhtmlxcommon.js for both components. What will be the reason? Kindly please help me to find out the issue.



Thanks

Soumya

You can place the multiple components on the same page ( each component is independent object, so there is no any limitation on count of components per page )


>> After placing the dhtmlx grid am getting one js error "Object doesn’t support this property or method"
Please be sure that dhtmlxcommon.js is a first js file included on page.

>> I am using the same dhtmlxcommon.js for both components. What will be the reason?
This file is the same for all components , so using only one instance of it is expected usecase.