Hello,
I would use this example:
dhtmlx.com/docs/products/dhtmlxG … _grid.html
but in an xml file this is possible?
thanks jacky
Hello,
I would use this example:
dhtmlx.com/docs/products/dhtmlxG … _grid.html
but in an xml file this is possible?
thanks jacky
I already have an xml file where I defined the columns etc …
I would have the same result as the attachment, but how to define the existing xml file ?
thanks jacky
<?xml version="1.0" encoding="UTF-8"?> Nom Produit CAS Conditionnement Fournisseur Quantité Stockagea Famille de ComposéeEquipe
Payeur
Contrat
It doesn’t possible to config linking in xml, you will need js code for creating second grid and for linking it to the master one as js code ( config of linked grid can be stored in separate xml file )
Can you help me just a little with a simple example?
Thanks Jacky
mygrid.attachEvent(“onMouseOver”, function(id,ind){
…
});