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.