hi,
I am not able to load html table data in to grid. the following is the code that i used:
Column 1 | Column 2 |
value 11 | value 12 |
value 21 | value 22 |
Can anyone please help me.
thanks in advance
haritha
hi,
I am not able to load html table data in to grid. the following is the code that i used:
Column 1 | Column 2 |
value 11 | value 12 |
value 21 | value 22 |
You need to include other grid related js files as well:
<script src=“codebase/dhtmlxcommon.js”>
<script src=“codebase/dhtmlxgrid.js”>
<script src=“codebase/dhtmlxgridcell.js”>
Also, make sure class name is correct. It should be dhtmlxGrid - lower case “x”