I’ve looked through all samples, etc, but can’t find one to really match:
Here’s my problem : I have a Grid that loads up beautifully using
mygrid.loadXML(“xx_sample_mssql_connector.php”);
var dp = new dataProcessor(“xx_sample_mssql_connector.php”);
dp.init(mygrid);
as you can imagine xx_sample_mssql_connector.php is a re-worked version of your sample. 
I’m using an layout and splitting the screen in two: I have defined a form in the second pane, and would like to populate it dynamically everytime I select a row on the grid. Ideally I would also like “save”, “delete” and “new buttons”, but lets not go too far. All the bindind examples I have seen do not deal with the dataProcessor.
Thanks and merry XMas to all…