This question is locked. New answers and comments are not allowed.
See the attached project and image file.
The project I have set up has 2 grids that hit the database.
When the user selects an item from the top left grid - it loads the bottom left grid (this works correctly)
When the user selects an item from the bottom left grid, it goes to the database, gets some XML and parses the data into a list.
It is this list that I bind to the top right grid, the columns of this grid are created and bound at runtime.
As you can see from the picture, the filter items are filled with the correct data - so the list is clearly loading with the correct data.
BUT I cannot get the grid to actually display the data, it always shows the correct number of rows, but the cells are blank.
Please help!
Tony
The project I have set up has 2 grids that hit the database.
When the user selects an item from the top left grid - it loads the bottom left grid (this works correctly)
When the user selects an item from the bottom left grid, it goes to the database, gets some XML and parses the data into a list.
It is this list that I bind to the top right grid, the columns of this grid are created and bound at runtime.
As you can see from the picture, the filter items are filled with the correct data - so the list is clearly loading with the correct data.
BUT I cannot get the grid to actually display the data, it always shows the correct number of rows, but the cells are blank.
Please help!
Tony