Grid linked to grid

Hello,
I would use this example:

dhtmlx.com/docs/products/dhtmlxG … _grid.html

but in an xml file this is possible?

thanks jacky

Here is the example of configurating the grid from xml:
dhtmlx.com/docs/products/dht … g_xml.html

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ée

Equipe
Payeur
Contrat

Trifluoroacetic acid, silver salt2966-50-9 25 g./combo-agrid.xml.php2B

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){

});