I am trying to bind a flygrid to a datasource derived from a custom collection that implements System.ComponentModel.BindingList(of T). If I use a standard data grid view, the collection is bound appropriately. For the flygrid, in design mode, I set the DataSource property to the same datasource I used successfully with the data grid view. I then clicked the initialize columns option, which appears to work. However, when the code is executed, the flygrid shows in each row and for each column text with the name of my custom object T rather than the objects actual value. Any suggestions on what I'm doing wrong? Thanks. -Jeff