Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Do you have the same behavior with a DataGridView? The reason I ask is so that you can determine the source of the issue. If you have the same behavior in a DataGridView then you are probably missing something else in your BO. But the IBindingList interface (which is used on on the BBS) uses the type descriptors to determine which fields will be avaialble, so if you have them defined in the GetCustomerBindablePropertyDescriptors then this may be an issue someplace else.
|