Load Another table same grid under

Hi
i have 2 mysql table TableA and Table B

First tabele values :
A , B , C

Second Table values :

M, N , G

              GRID 

1.Line A B C
2.Line M N G

i want load under frist table to second table. Same grid. How to load method grid render. Pls help me

You may try to load the data from tableA and then load data from tableB without clearing the data from the grid:
myGrid.load(“tableA.xml”)
myGrid.load(“tableB.xml”)