Hi. I am creating a grid programmatically, and I have the following problems:
* I can't get the grid to position where I want unless I use a BorderContainer to put the grid in.
* Cell headers are printed over the first row of data in the grid
* Tundra CSS theme seems not to be working.
Why do I need BorderContainer? How do I fix the cell headers? How do get the tundra theme to work?
Full working code example (Sorry for long post, i cut the file into blocks for highlighting).
