Good tutorial thanks!!!
has anyone accomplished this with the xml-grid example?
It's late; I'm tired: I know there's syntax to link this page with all the others taxonomically related to it as Tutorials ... sorry, outta gas. --Bentremblay-2425 01:00, 9 June 2007 (CDT)
Gotchas
Row column data and JsonStore field column data lengths must match Was following this tutorial and came across this gotcha with my own test grid. If the JSON columns length coming back from the server does not match the length of the fields array defined in the JsonStore options, then the grid will not show any data. I was sending back all my finalized columns, but in my test data was only sending back data for one column, and the table stayed empty.