I've created a duplicate RadGrid that I connect directly to the BO, bypassing the WBBS and I get my 3 records and each line is displaying the correct data. Except that here my custom fields are not displaying correctly.
Finally, just to take all the wind out of my sales when I use the default GridView bound via the WBBS it displays normally, different data on each line and the custom fields are displaying correctly...
How do I fix this?
Something else that isn't working when I bind via the WBBS is pagination. When I enable pagination, set pagesize to 3 and fill my BO with 5 records, I get the footer but I have 5 records displayed rather than the 3 I would expect. If I bind the same RadGrid directly to the BO (rather than to the WBBS) I can paginate normally, but I get 'System.Data.DataRowView' where I should be seeing my custom fields.
I really appreciate your help on this!