hello,I have 2 question2
One,the dhtmlxGrid’s load was must be in body’s onload function?
I want to used one button’ click to call grid’s load function
like this code:
var mygrid = mylayout.cells(“b”).attachGrid();
mygrid setting…
mygrid.init();
Two,when my data from 2 tables,How to render the Grid on server side?
SQL: selet A.name,B.product from A,B where A.id = B.Aid
Then,How to How to render the Grid for Java.