Error type: Configuration Description: Incorrect cell type:

HI, i have 3 problems.



The first one is that I can’t run the page due to that Error “Error type: Configuration Description: Incorrect cell type: ed”

I have included all scripts which is included in your samples, too.



My second one is that, if i include the “dthmlxgrid_drag.js” script and add the line to activate drag & drop, both fields wouldn’t be displayed. If i delete those lines, it will be displayed. How could that be?



The last one ist that the page doesn’t work in IE. At Firefox it works but drag & drop.



That’s my code & I hope, you are able to find a solution.



________________________________________________________________________________________________________







    50,000 records in grid



    

    

    

    

    



    

    





    

    

    

    













    

        

            

    



            


                Suche


                    

            


        


            


            <?php

                $DB = new MeineDBKlasse("", “testdolzer”);

        

                $sql = “SELECT GruppenBez, Bez, ID FROM TTProdukt Order By GruppenBez asc, Bez asc”;

                

                $row = $DB->SQL_SELECT_ARRAY($sql);

                $i = 1;

                $gesamtNum = count($row);

                

                echo “Produktauswahl
”;

                echo “<select name=“search_prod” id=“search_prod” onchange=“doSearch(arguments[0]||event)” onkeyup=“doSearch(arguments[0]||event)”>”;

                echo “<option value=“0” SELECTED>* alle *”;

                while ($i < $gesamtNum) {

                    if($row[$i-1][‘GruppenBez’] != $row[$i][‘GruppenBez’]) {

                        if($i > 1)

                            echo “”;

                        $Gruppe = $row[$i][‘GruppenBez’];

                        print("");

                    }

                    print("<option value="");

                    print($row[$i][‘ID’]);

                    print("">");

                    print($row[$i][‘Bez’]);

                    print("");

                    $i++;

                }

            ?>

            


        














    

        

        

    



            

test

        



            
jkhjkhjk kjhjkhkj


        









>>The first one is that I can’t run the page due to that Error “Error type: Configuration Description: Incorrect cell type: ed”
I have included all scripts which is included in your samples, too.
<script src=“codebase/dhtmlxgridcell.js”>


>>My second one is that, if i include the “dthmlxgrid_drag.js” script and add the line to activate drag & drop, both fields wouldn’t be displayed. If i delete those lines, it will be displayed. How could that be?


>>The last one ist that the page doesn’t work in IE. At Firefox it works but drag & drop.


Please check if mygrid.loadXML(“ajax_AdminTroubleTicketsNGAdminVerwaltung.php?un=”+Date.parse(new Date())); returns correct xml.