I am a total newb to this library and am attempting to get an example working.
I have two grids (only populating one at the moment). Grid A gets its data from a web services call returning pure json data. I am using the grid.load(‘url’, ‘js’) method.
I have also used grid.setColumnIds(‘var1’, ‘var2’, etc…) to match the column ids.
All seems to work fine. No errors anywhere and yet only the first column of data is being displayed.
Any ideas?