I have a datagrid which is bound to a datatable. When I clear and re-populate the datatable the first time, everything works great.
When I do it a second time, the column headers appear, but not the data rows. I can loop through the datatable and see the data in the rows, but it is not appearing on the grid.
I have tried setting the datasource to null, then setting it to the datatable.
I have tried calling datagrid.refresh
I have been workng with datatables and datagrids quite a bit, and have never run into anything like this.
Start Free Trial