Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Soumya on Jul 30, 2008 23:37
open dhtmlx forum
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
Answer posted by Support on Jul 31, 2008 01:43
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.