I have a simple functioning non-data aware (manual data load) cWebGrid and I thought I would try to change it to a cWebList to see if it as faster since I don't need editing. I thought all I had to change was the class form cWebGrid to cWebList. Once I did so I no longer get data displayed. Using the debugger I see that OnManualLoadData is executing and at the end of this procedure aTheRows contains the line I expect it to.