TreeGrid parse jsarray

I have a question on what my JavaScript Array needs to look like to load a TreeGrid with the following data:



- Letters

- A

- B

- Numbers

- 1

- 2



I would like to load the data using the command:

myGrid.init();

myGrid.parse(myLettersAndNumbersArray, “jsarray”);



Can you tell me how myLettersAndNumbersArray should be built?

Thanks,



Tim.

TreeGrid can be loaded only from JSON and XML
dhtmlx.com/docs/products/kb/inde … n%20format