Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Hariharan on Jan 21, 2008 07:35
open dhtmlx forum
Incorrect cell type

Hi,

I loaded grid through dhtmlXGridFromTable.Whenever I'm placing my mouse on Header or any cell value I'm getting an alert "Incorrect cell type : undefinied". What is the problem.

Thanks,
Hariharan
Answer posted by Support on Jan 21, 2008 09:47
You not specified cell types, or specified incorrect values.
Please be sure that you have correct types set as -
    <table....
        <tr>
           <td type="ed"

If you are using older version of grid , problem can be caused by placing HTML comments inside table tag.
If problem still occurs for you - please provide a sample of used HTML  table