Hello,
I’m having a hard time with the dhtmlXGridFromTable function. It dows create the object which shows up on my web page but whenever I move the mouse over the table, I get this error message :
Error type: Incorrect cell type : undefined
The code is very simple :
Convert table to grid
<table id=“tblToGrid” “width:400px” imgpath="…/…/codebase/imgs/" border=“1” lightnavigation=“true”>
<!— First row treatted as grid header —>
<!— First column can’t be edited —>
<!— All other rows - Grid body —>
I’ve added the type=“ro” as a test but it does not solve my problem.
Any idea what could be causing this?
Thanks,
P