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?
Ben,
For lack of a better solution I am forced to use this hack for the time being. I'm binding to the BO rather than the WBBS. Do you have any idea why the WBBS is not advancing the CurrentRecord?
RadGrid1.ItemDataBound +=
Could probably wire it up to keep track of what row it should be displaying but I havn't had the time.
A real fix for the WBBS would be great.