Categories | Question details Back To List | ||
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. Answer posted by Support on Dec 05, 2008 09:30 TreeGrid can be loaded only from JSON and XML http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=5299&ssr=yes&s=json%20format |