Group: Forum Members
Posts: 336,
Visits: 497
|
Ok, so now I'm switching all these EnhancedList controls over to a straight DevExpress GridControl....thank god for inheritance! I am having a problem though (surprise). I am setting the data source to my BO's CurrentDataTable, but it's not populating correctly. It almost like the rows are all there but the data isn't showing up in them. I can scroll down and select through the grid, but the cells are blank. The DataTable shows data when I look at it in debug, but something's not going right with the population. Is there something else I need to do with the BO besides set the CurrentDataTable as the DataSource? There used to be something like IsListSource, but that's gone now...is there something else?
|