:: pepysDHTMLX ::

Can I declare the columns sintax of a subgrid using XML:



    $strXML .= “”;

    

        $strXML .= “Produs”;

        $strXML .= “Cantitate”;

        $strXML .= “Pret”;

    

    

    $strXML .= “”;





or I can just to write



//        subgrid.setHeader(“Produs, Cantitate, Valoare”);

//        subgrid.setInitWidths(“480,70,60”);

//        subgrid.setColAlign(“left,center,right”);

//        subgrid.setColTypes(“ro,ro,ro”);

//        subgrid.setColSorting(“str,str,str”);





I want to use XML.

You can configure sub grid in both ways.